Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DIMediaRouter2.aidl28 void notifyRouterRegistered(in List<MediaRoute2Info> currentRoutes, in notifyRouterRegistered()
DMediaRouter2.java1125 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in syncRoutesOnHandler()
2390 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in notifyRouterRegistered()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouter2ServiceImpl.java2217 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in notifyRegistered()
3194 List<MediaRoute2Info> currentRoutes = new ArrayList<>(); in notifyRouterRegistered() local