Home
last modified time | relevance | path

Searched refs:supportedTypes (Results 1 – 21 of 21) sorted by relevance

/aosp12/hardware/interfaces/light/2.0/vts/functional/
H A DVtsHalLightV2_0TargetTest.cpp87 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 DMediaRouterClientState.java88 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 DMediaCodecList.java106 String[] supportedTypes = getSupportedTypes(index); in getNewCodecInfoAt() local
108 new MediaCodecInfo.CodecCapabilities[supportedTypes.length]; in getNewCodecInfoAt()
110 for (String type: supportedTypes) { in getNewCodecInfoAt()
H A DMediaRouter.java551 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 DPidfParser.java254 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 DDuplexTest.java130 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 DServiceCapsTest.java167 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 DLegacyTypeTrackerTest.kt73 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 DExtractorFactoryTest.cpp92 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 DCarCabinManagerTest.java51 Set<Class> supportedTypes = new HashSet<>(Arrays.asList( in testAllCabinProperties() local
55 if (supportedTypes.contains(property.getPropertyType())) { in testAllCabinProperties()
H A DCarHvacManagerTest.java53 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 DMediaExtractorFactory.cpp344 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 DCpuVideoTrackDecoder.java198 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 DMediaSoftwareCodecUtil.java112 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 DMediaRouterService.java1766 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 DNat464XlatTest.java147 final int[] supportedTypes = {
161 for (int type : supportedTypes) {
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java1090 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 DHWC2On1Adapter.cpp2351 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 DHWC2On1Adapter.cpp2244 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 DC2Buffer.h589 type_t supportedTypes; ///< supported allocation types member
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt31445 Landroid/media/MediaRouterClientState$RouteInfo;->supportedTypes:I