Searched refs:supportedTypes (Results 1 – 10 of 10) sorted by relevance
74 std::unordered_set<std::string> supportedTypes; in getSupportedTypes() local85 supportedTypes.insert(std::string(ext)); in getSupportedTypes()88 return supportedTypes; in getSupportedTypes()138 std::unordered_set<std::string> supportedTypes = getSupportedTypes(); in onTransact() local139 for (auto it = supportedTypes.begin(); it != supportedTypes.end(); ++it) { in onTransact()
88 public int supportedTypes; field in MediaRouterClientState.RouteInfo114 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()
106 String[] supportedTypes = getSupportedTypes(index); in getNewCodecInfoAt() local108 new MediaCodecInfo.CodecCapabilities[supportedTypes.length]; in getNewCodecInfoAt()110 for (String type: supportedTypes) { in getNewCodecInfoAt()
513 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() local2184 ", supportedTypes=" + supportedTypes + in toString()2872 public boolean filterRouteEvent(int supportedTypes) { in filterRouteEvent() argument2874 || (type & supportedTypes) != 0; in filterRouteEvent()
55 private val supportedTypes = arrayOf(TYPE_MOBILE, TYPE_WIFI, TYPE_ETHERNET, TYPE_MOBILE_SUPL) constant61 supportedTypes.forEach { in <lambda>()69 mTracker.addSupportedType(supportedTypes[0]) in testSupportedTypes()72 supportedTypes.forEach { in testSupportedTypes()
198 String[] supportedTypes = info.getSupportedTypes(); in findDecoderCodec() local199 Set<String> typeSet = new HashSet<String>(Arrays.asList(supportedTypes)); in findDecoderCodec()
1544 final int supportedTypes = computeSupportedTypes(descriptor); in updateDescriptor() local1545 if (mMutableInfo.supportedTypes != supportedTypes) { in updateDescriptor()1546 mMutableInfo.supportedTypes = supportedTypes; in updateDescriptor()
134 final int[] supportedTypes = {148 for (int type : supportedTypes) {
589 type_t supportedTypes; ///< supported allocation types member
38696 Landroid/media/MediaRouterClientState$RouteInfo;->supportedTypes:I