Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DIMediaRouter2.aidl30 in RoutingSessionInfo currentSystemSessionInfo); in notifyRouterRegistered() argument
DMediaRouter2.java634 RoutingSessionInfo currentSystemSessionInfo = mImpl.getSystemSessionInfo(); in MediaRouter2() local
635 if (currentSystemSessionInfo == null) { in MediaRouter2()
639 mSystemController = new SystemRoutingController(currentSystemSessionInfo); in MediaRouter2()
1197 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in syncRoutesOnHandler() argument
1198 if (currentRoutes == null || currentRoutes.isEmpty() || currentSystemSessionInfo == null) { in syncRoutesOnHandler()
1200 + ", currentSystemSessionInfo=" + currentSystemSessionInfo); in syncRoutesOnHandler()
1208 currentSystemSessionInfo, mContext.getPackageName())); in syncRoutesOnHandler()
1209 if (!oldInfo.equals(currentSystemSessionInfo)) { in syncRoutesOnHandler()
2537 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in notifyRouterRegistered() argument
2543 currentSystemSessionInfo)); in notifyRouterRegistered()
[all …]
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouter2ServiceImpl.java2463 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in notifyRegistered() argument
2466 getVisibleRoutes(currentRoutes), currentSystemSessionInfo); in notifyRegistered() local
3657 RoutingSessionInfo currentSystemSessionInfo; in notifyRouterRegistered() local
3665 currentSystemSessionInfo = getSystemProvider().getSessionInfos().get(0); in notifyRouterRegistered()
3668 currentSystemSessionInfo = getSystemProvider().getDefaultSessionInfo(); in notifyRouterRegistered()
3672 routerRecord.notifyRegistered(currentRoutes, currentSystemSessionInfo); in notifyRouterRegistered()