Home
last modified time | relevance | path

Searched refs:mSupportedTypes (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/
H A DMediaRouter.java1192 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.RouteInfo
1930 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 …]
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java75 private static Set<String> mSupportedTypes = new HashSet<>(); field in CodecTest
819 if (mSupportedTypes.isEmpty()) { in playMediaSamples()
823 mSupportedTypes.add(type); in playMediaSamples()
839 if (mSupportedTypes.contains(type)) { in playMediaSamples()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt31317 Landroid/media/MediaRouter$RouteInfo;->mSupportedTypes:I