Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaRouterClientState.java98 public int supportedTypes; field in MediaRouterClientState.RouteInfo
122 supportedTypes = other.supportedTypes; in RouteInfo()
137 supportedTypes = in.readInt(); in RouteInfo()
158 dest.writeInt(supportedTypes); in writeToParcel()
174 + ", supportedTypes=0x" + Integer.toHexString(supportedTypes) in toString()
DMediaCodecList.java102 String[] supportedTypes = getSupportedTypes(index); in getNewCodecInfoAt() local
104 new MediaCodecInfo.CodecCapabilities[supportedTypes.length]; in getNewCodecInfoAt()
106 for (String type: supportedTypes) { in getNewCodecInfoAt()
DMediaRouter.java482 route.mSupportedTypes = globalRoute.supportedTypes; in makeGlobalRoute()
509 if (oldSupportedTypes != globalRoute.supportedTypes) { in updateGlobalRoute()
510 route.mSupportedTypes = globalRoute.supportedTypes; in updateGlobalRoute()
1974 String supportedTypes = typesToString(getSupportedTypes()); in toString() local
1979 ", supportedTypes=" + supportedTypes + in toString()
2664 public boolean filterRouteEvent(int supportedTypes) { in filterRouteEvent() argument
2666 || (type & supportedTypes) != 0; in filterRouteEvent()
/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.java1269 final int supportedTypes = computeSupportedTypes(descriptor); in updateDescriptor() local
1270 if (mMutableInfo.supportedTypes != supportedTypes) { in updateDescriptor()
1271 mMutableInfo.supportedTypes = supportedTypes; in updateDescriptor()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DSystemMediaRouteProvider.java588 int supportedTypes = MediaRouterJellybean.RouteInfo.getSupportedTypes( in onBuildSystemRouteDescriptor() local
590 if ((supportedTypes & MediaRouterJellybean.ROUTE_TYPE_LIVE_AUDIO) != 0) { in onBuildSystemRouteDescriptor()
593 if ((supportedTypes & MediaRouterJellybean.ROUTE_TYPE_LIVE_VIDEO) != 0) { in onBuildSystemRouteDescriptor()