Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaRouter.java578 final int oldSupportedTypes = route.mSupportedTypes; in updateGlobalRoute() local
579 if (oldSupportedTypes != globalRoute.supportedTypes) { in updateGlobalRoute()
622 dispatchRouteChanged(route, oldSupportedTypes); in updateGlobalRoute()
1396 static void dispatchRouteChanged(RouteInfo info, int oldSupportedTypes) { in dispatchRouteChanged() argument
1407 final boolean oldVisibility = cbi.filterRouteEvent(oldSupportedTypes); in dispatchRouteChanged()
1420 cbi.cb.onRouteUnselected(cbi.router, oldSupportedTypes, info); in dispatchRouteChanged()