Searched refs:supportedTypes (Results 1 – 7 of 7) sorted by relevance
98 public int supportedTypes; field in MediaRouterClientState.RouteInfo124 supportedTypes = other.supportedTypes; in RouteInfo()140 supportedTypes = in.readInt(); in RouteInfo()162 dest.writeInt(supportedTypes); in writeToParcel()179 + ", supportedTypes=0x" + Integer.toHexString(supportedTypes) in toString()
106 String[] supportedTypes = getSupportedTypes(index); in getNewCodecInfoAt() local108 new MediaCodecInfo.CodecCapabilities[supportedTypes.length]; in getNewCodecInfoAt()110 for (String type: supportedTypes) { in getNewCodecInfoAt()
499 route.mSupportedTypes = globalRoute.supportedTypes; in makeGlobalRoute()527 if (oldSupportedTypes != globalRoute.supportedTypes) { in updateGlobalRoute()528 route.mSupportedTypes = globalRoute.supportedTypes; in updateGlobalRoute()2061 String supportedTypes = typesToString(getSupportedTypes()); in toString() local2066 ", supportedTypes=" + supportedTypes + in toString()2756 public boolean filterRouteEvent(int supportedTypes) { in filterRouteEvent() argument2758 || (type & supportedTypes) != 0; in filterRouteEvent()
198 String[] supportedTypes = info.getSupportedTypes(); in findDecoderCodec() local199 Set<String> typeSet = new HashSet<String>(Arrays.asList(supportedTypes)); in findDecoderCodec()
1264 final int supportedTypes = computeSupportedTypes(descriptor); in updateDescriptor() local1265 if (mMutableInfo.supportedTypes != supportedTypes) { in updateDescriptor()1266 mMutableInfo.supportedTypes = supportedTypes; in updateDescriptor()
601 int supportedTypes = MediaRouterJellybean.RouteInfo.getSupportedTypes( in onBuildSystemRouteDescriptor() local603 if ((supportedTypes & MediaRouterJellybean.ROUTE_TYPE_LIVE_AUDIO) != 0) { in onBuildSystemRouteDescriptor()606 if ((supportedTypes & MediaRouterJellybean.ROUTE_TYPE_LIVE_VIDEO) != 0) { in onBuildSystemRouteDescriptor()
2226 int supportedTypes = 0; in populateCapabilities() local2228 HWC_DISPLAY_TYPES_SUPPORTED, &supportedTypes); in populateCapabilities()2229 if ((result == 0) && ((supportedTypes & HWC_DISPLAY_VIRTUAL_BIT) != 0)) { in populateCapabilities()