Home
last modified time | relevance | path

Searched defs:currentRoutes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
DIMediaRouter2.aidl27 void notifyRouterRegistered(in List<MediaRoute2Info> currentRoutes, in notifyRouterRegistered()
DMediaRouter2.java780 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in syncRoutesOnHandler()
1957 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in notifyRouterRegistered()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouter2ServiceImpl.java1550 final Collection<MediaRoute2Info> currentRoutes = currentInfo.getRoutes(); in onProviderStateChangedOnHandler() local
2085 List<MediaRoute2Info> currentRoutes = new ArrayList<>(); in notifyRouterRegistered() local