Searched refs:mSupportedTypes (Results 1 – 3 of 3) sorted by relevance
1192 group.mSupportedTypes = info.mSupportedTypes; in addRouteStatic()1393 dispatchRouteChanged(info, info.mSupportedTypes); in dispatchRouteChanged()1400 final int newSupportedTypes = info.mSupportedTypes; in dispatchRouteChanged()1661 int mSupportedTypes; field in MediaRouter.RouteInfo1930 return mSupportedTypes; in getSupportedTypes()1948 return (mSupportedTypes & types) != 0; in matchesTypes()2257 selectRouteStatic(mSupportedTypes, this, true); in select()2317 mSupportedTypes = ROUTE_TYPE_USER; in UserRouteInfo()2815 types |= route.mSupportedTypes; in routeUpdated()2825 mSupportedTypes = types; in routeUpdated()[all …]
75 private static Set<String> mSupportedTypes = new HashSet<>(); field in CodecTest819 if (mSupportedTypes.isEmpty()) { in playMediaSamples()823 mSupportedTypes.add(type); in playMediaSamples()839 if (mSupportedTypes.contains(type)) { in playMediaSamples()
31317 Landroid/media/MediaRouter$RouteInfo;->mSupportedTypes:I