Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DIMediaExtractorService.cpp74 std::unordered_set<std::string> supportedTypes; in getSupportedTypes() local
85 supportedTypes.insert(std::string(ext)); in getSupportedTypes()
88 return supportedTypes; in getSupportedTypes()
138 std::unordered_set<std::string> supportedTypes = getSupportedTypes(); in onTransact() local
139 for (auto it = supportedTypes.begin(); it != supportedTypes.end(); ++it) { in onTransact()
/frameworks/base/media/java/android/media/
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()
DMediaCodecList.java106 String[] supportedTypes = getSupportedTypes(index); in getNewCodecInfoAt() local
108 new MediaCodecInfo.CodecCapabilities[supportedTypes.length]; in getNewCodecInfoAt()
110 for (String type: supportedTypes) { in getNewCodecInfoAt()
DMediaRouter.java513 route.mSupportedTypes = globalRoute.supportedTypes; in makeGlobalRoute()
541 if (oldSupportedTypes != globalRoute.supportedTypes) { in updateGlobalRoute()
542 route.mSupportedTypes = globalRoute.supportedTypes; in updateGlobalRoute()
2179 String supportedTypes = typesToString(getSupportedTypes()); in toString() local
2184 ", supportedTypes=" + supportedTypes + in toString()
2872 public boolean filterRouteEvent(int supportedTypes) { in filterRouteEvent() argument
2874 || (type & supportedTypes) != 0; in filterRouteEvent()
/frameworks/base/tests/net/java/com/android/server/
DLegacyTypeTrackerTest.kt55 private val supportedTypes = arrayOf(TYPE_MOBILE, TYPE_WIFI, TYPE_ETHERNET, TYPE_MOBILE_SUPL) constant
61 supportedTypes.forEach { in <lambda>()
69 mTracker.addSupportedType(supportedTypes[0]) in testSupportedTypes()
72 supportedTypes.forEach { in testSupportedTypes()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
DCpuVideoTrackDecoder.java198 String[] supportedTypes = info.getSupportedTypes(); in findDecoderCodec() local
199 Set<String> typeSet = new HashSet<String>(Arrays.asList(supportedTypes)); in findDecoderCodec()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java1544 final int supportedTypes = computeSupportedTypes(descriptor); in updateDescriptor() local
1545 if (mMutableInfo.supportedTypes != supportedTypes) { in updateDescriptor()
1546 mMutableInfo.supportedTypes = supportedTypes; in updateDescriptor()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DNat464XlatTest.java134 final int[] supportedTypes = {
148 for (int type : supportedTypes) {
/frameworks/av/media/codec2/core/include/
DC2Buffer.h589 type_t supportedTypes; ///< supported allocation types member
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt38696 Landroid/media/MediaRouterClientState$RouteInfo;->supportedTypes:I