/aosp12/hardware/interfaces/light/2.0/vts/functional/ |
H A D | VtsHalLightV2_0TargetTest.cpp | 87 supportedTypes = types; in SetUp() 92 std::vector<Type> supportedTypes; member in LightHidlTest 95 for (const Type& type: supportedTypes) { in TearDown() 102 if (std::find(supportedTypes.begin(), in TearDown() 103 supportedTypes.end(), in TearDown() 104 Type::BACKLIGHT) != supportedTypes.end()) { in TearDown() 116 for (const Type& type: supportedTypes) { in TEST_P() 127 for (const Type& type: supportedTypes) { in TEST_P() 142 for (const Type& type: supportedTypes) { in TEST_P()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaRouterClientState.java | 88 public int supportedTypes; field in MediaRouterClientState.RouteInfo 114 supportedTypes = other.supportedTypes; in RouteInfo() 130 supportedTypes = in.readInt(); in RouteInfo() 152 dest.writeInt(supportedTypes); in writeToParcel() 169 + ", supportedTypes=0x" + Integer.toHexString(supportedTypes) in toString()
|
H A D | MediaCodecList.java | 106 String[] supportedTypes = getSupportedTypes(index); in getNewCodecInfoAt() local 108 new MediaCodecInfo.CodecCapabilities[supportedTypes.length]; in getNewCodecInfoAt() 110 for (String type: supportedTypes) { in getNewCodecInfoAt()
|
H A D | MediaRouter.java | 551 route.mSupportedTypes = globalRoute.supportedTypes; in makeGlobalRoute() 579 if (oldSupportedTypes != globalRoute.supportedTypes) { in updateGlobalRoute() 580 route.mSupportedTypes = globalRoute.supportedTypes; in updateGlobalRoute() 2294 String supportedTypes = typesToString(getSupportedTypes()); in toString() local 2299 ", supportedTypes=" + supportedTypes + in toString() 2987 public boolean filterRouteEvent(int supportedTypes) { in filterRouteEvent() argument 2989 || (type & supportedTypes) != 0; in filterRouteEvent()
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/ |
H A D | PidfParser.java | 254 List<String> supportedTypes = null; in getRcsContactPresenceTuple() local 263 supportedTypes = ((Duplex) element).getSupportedTypes(); in getRcsContactPresenceTuple() 271 if (supportedTypes != null && !supportedTypes.isEmpty()) { in getRcsContactPresenceTuple() 272 for (String supportedType : supportedTypes) { in getRcsContactPresenceTuple()
|
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/capabilities/ |
H A D | DuplexTest.java | 130 List<String> supportedTypes = duplex.getSupportedTypes(); in testParsing() local 131 assertEquals(1, supportedTypes.size()); in testParsing() 132 assertEquals(Duplex.DUPLEX_FULL, supportedTypes.get(0)); in testParsing()
|
H A D | ServiceCapsTest.java | 167 List<String> supportedTypes = resultDuplex.getSupportedTypes(); in testParsing() local 168 assertEquals(1, supportedTypes.size()); in testParsing() 169 assertEquals(Duplex.DUPLEX_FULL, supportedTypes.get(0)); in testParsing()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | LegacyTypeTrackerTest.kt | 73 private val supportedTypes = arrayOf(TYPE_WIFI, TYPE_WIFI_P2P, TYPE_ETHERNET, TYPE_MOBILE, regex 100 supportedTypes.forEach { 120 supportedTypes.toSet().minus(nonMobileTypes).forEach { 130 supportedTypes.toSet().minus(TYPE_WIFI_P2P).forEach {
|
/aosp12/frameworks/av/media/libstagefright/tests/extractorFactory/ |
H A D | ExtractorFactoryTest.cpp | 92 vector<std::string> supportedTypes = MediaExtractorFactory::getSupportedTypes(); in TEST_F() local 93 ASSERT_GT(supportedTypes.size(), 0) << " MediaExtractorFactory doesn't suuport any extractor"; in TEST_F()
|
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
H A D | CarCabinManagerTest.java | 51 Set<Class> supportedTypes = new HashSet<>(Arrays.asList( in testAllCabinProperties() local 55 if (supportedTypes.contains(property.getPropertyType())) { in testAllCabinProperties()
|
H A D | CarHvacManagerTest.java | 53 Set<Class> supportedTypes = new HashSet<>(Arrays.asList( in testAllHvacProperties() local 57 if (supportedTypes.contains(property.getPropertyType())) { in testAllHvacProperties()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MediaExtractorFactory.cpp | 344 std::vector<std::string> supportedTypes; in getSupportedTypes() local 345 mediaExService->getSupportedTypes(&supportedTypes); in getSupportedTypes() 346 return supportedTypes; in getSupportedTypes()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
H A D | CpuVideoTrackDecoder.java | 198 String[] supportedTypes = info.getSupportedTypes(); in findDecoderCodec() local 199 Set<String> typeSet = new HashSet<String>(Arrays.asList(supportedTypes)); in findDecoderCodec()
|
/aosp12/packages/apps/TV/tuner/src/com/google/android/exoplayer/ |
H A D | MediaSoftwareCodecUtil.java | 112 String[] supportedTypes = info.getSupportedTypes(); in getMediaSoftwareCodecInfoInternal() local 113 for (String supportedType : supportedTypes) { in getMediaSoftwareCodecInfoInternal()
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaRouterService.java | 1766 final int supportedTypes = computeSupportedTypes(descriptor); in updateDescriptor() local 1767 if (mMutableInfo.supportedTypes != supportedTypes) { in updateDescriptor() 1768 mMutableInfo.supportedTypes = supportedTypes; in updateDescriptor()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | Nat464XlatTest.java | 147 final int[] supportedTypes = { 161 for (int type : supportedTypes) {
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | RawContactModifier.java | 1090 final Set<Integer> supportedTypes = new HashSet<Integer>(); in migratePostal() local 1093 supportedTypes.add(editType.rawValue); in migratePostal() 1103 if (!supportedTypes.contains(oldType)) { in migratePostal()
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | HWC2On1Adapter.cpp | 2351 int supportedTypes = 0; in populateCapabilities() local 2353 HWC_DISPLAY_TYPES_SUPPORTED, &supportedTypes); in populateCapabilities() 2354 if ((result == 0) && ((supportedTypes & HWC_DISPLAY_VIRTUAL_BIT) != 0)) { in populateCapabilities()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
H A D | HWC2On1Adapter.cpp | 2244 int supportedTypes = 0; in populateCapabilities() local 2246 HWC_DISPLAY_TYPES_SUPPORTED, &supportedTypes); in populateCapabilities() 2247 if ((result == 0) && ((supportedTypes & HWC_DISPLAY_VIRTUAL_BIT) != 0)) { in populateCapabilities()
|
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Buffer.h | 589 type_t supportedTypes; ///< supported allocation types member
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 31445 Landroid/media/MediaRouterClientState$RouteInfo;->supportedTypes:I
|