Searched refs:features2 (Results 1 – 3 of 3) sorted by relevance
1514 const VkPhysicalDeviceFeatures2* features2 = in CreateDevice() local1517 while (features2 && in CreateDevice()1518 features2->sType != in CreateDevice()1520 features2 = reinterpret_cast<const VkPhysicalDeviceFeatures2*>( in CreateDevice()1521 features2->pNext); in CreateDevice()1523 if (features2) { in CreateDevice()1524 pEnabledFeatures = &features2->features; in CreateDevice()
1885 Set<String> features2 = new HashSet<>(); in testDifferentDevicePackagesMmTelRcs() local1886 features2.add(ImsResolver.METADATA_RCS_FEATURE); in testDifferentDevicePackagesMmTelRcs()1888 allFeatures.addAll(features2); in testDifferentDevicePackagesMmTelRcs()1905 convertToHashSet(features2, 0); in testDifferentDevicePackagesMmTelRcs()1906 featureSet2.addAll(convertToHashSet(features2, 1)); in testDifferentDevicePackagesMmTelRcs()1928 Set<String> features2 = new HashSet<>(); in testDifferentDevicePackagesNoSupported() local1929 features2.add(ImsResolver.METADATA_MMTEL_FEATURE); in testDifferentDevicePackagesNoSupported()1932 info.add(getResolveInfo(TEST_DEVICE2_DEFAULT_NAME, features2, true)); in testDifferentDevicePackagesNoSupported()
1001 boolean hasMatchingFeature(List<String> features1, List<String> features2) { in hasMatchingFeature() argument1003 if (features2.contains(feature)) { in hasMatchingFeature()