Home
last modified time | relevance | path

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

/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.java485 route.mSupportedTypes = globalRoute.supportedTypes; in makeGlobalRoute()
513 if (oldSupportedTypes != globalRoute.supportedTypes) { in updateGlobalRoute()
514 route.mSupportedTypes = globalRoute.supportedTypes; in updateGlobalRoute()
2111 String supportedTypes = typesToString(getSupportedTypes()); in toString() local
2116 ", supportedTypes=" + supportedTypes + in toString()
2806 public boolean filterRouteEvent(int supportedTypes) { in filterRouteEvent() argument
2808 || (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/tests/net/java/com/android/server/connectivity/
DNat464XlatTest.java89 final int[] supportedTypes = { in testRequiresClat() local
102 for (int type : supportedTypes) { in testRequiresClat()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java1423 final int supportedTypes = computeSupportedTypes(descriptor); in updateDescriptor() local
1424 if (mMutableInfo.supportedTypes != supportedTypes) { in updateDescriptor()
1425 mMutableInfo.supportedTypes = supportedTypes; in updateDescriptor()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DSystemMediaRouteProvider.java599 int supportedTypes = MediaRouterJellybean.RouteInfo.getSupportedTypes( in onBuildSystemRouteDescriptor() local
601 if ((supportedTypes & MediaRouterJellybean.ROUTE_TYPE_LIVE_AUDIO) != 0) { in onBuildSystemRouteDescriptor()
604 if ((supportedTypes & MediaRouterJellybean.ROUTE_TYPE_LIVE_VIDEO) != 0) { in onBuildSystemRouteDescriptor()
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
DSystemMediaRouteProvider.java598 int supportedTypes = MediaRouterJellybean.RouteInfo.getSupportedTypes( in onBuildSystemRouteDescriptor() local
600 if ((supportedTypes & MediaRouterJellybean.ROUTE_TYPE_LIVE_AUDIO) != 0) { in onBuildSystemRouteDescriptor()
603 if ((supportedTypes & MediaRouterJellybean.ROUTE_TYPE_LIVE_VIDEO) != 0) { in onBuildSystemRouteDescriptor()