Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DIMediaRouter2.aidl29 in RoutingSessionInfo currentSystemSessionInfo); in notifyRouterRegistered() argument
DMediaRouter2.java628 RoutingSessionInfo currentSystemSessionInfo = mImpl.getSystemSessionInfo(); in MediaRouter2() local
629 if (currentSystemSessionInfo == null) { in MediaRouter2()
633 mSystemController = new SystemRoutingController(currentSystemSessionInfo); in MediaRouter2()
1125 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in syncRoutesOnHandler() argument
1126 if (currentRoutes == null || currentRoutes.isEmpty() || currentSystemSessionInfo == null) { in syncRoutesOnHandler()
1128 + ", currentSystemSessionInfo=" + currentSystemSessionInfo); in syncRoutesOnHandler()
1136 currentSystemSessionInfo, mContext.getPackageName())); in syncRoutesOnHandler()
1137 if (!oldInfo.equals(currentSystemSessionInfo)) { in syncRoutesOnHandler()
2390 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in notifyRouterRegistered() argument
2396 currentSystemSessionInfo)); in notifyRouterRegistered()
[all …]
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouter2ServiceImpl.java2217 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in notifyRegistered() argument
2220 getVisibleRoutes(currentRoutes), currentSystemSessionInfo); in notifyRegistered() local
3207 RoutingSessionInfo currentSystemSessionInfo; in notifyRouterRegistered() local
3215 currentSystemSessionInfo = mSystemProvider.getSessionInfos().get(0); in notifyRouterRegistered()
3218 currentSystemSessionInfo = mSystemProvider.getDefaultSessionInfo(); in notifyRouterRegistered()
3222 routerRecord.notifyRegistered(currentRoutes, currentSystemSessionInfo); in notifyRouterRegistered()