Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaRouter2.java271 RoutingSessionInfo currentSystemSessionInfo = null; in MediaRouter2() local
274 currentSystemSessionInfo = mMediaRouterService.getSystemSessionInfo(); in MediaRouter2()
283 if (currentSystemSessionInfo == null) { in MediaRouter2()
290 mSystemController = new SystemRoutingController(currentSystemSessionInfo); in MediaRouter2()
775 RoutingSessionInfo currentSystemSessionInfo) { in syncRoutesOnHandler() argument
776 if (currentRoutes == null || currentRoutes.isEmpty() || currentSystemSessionInfo == null) { in syncRoutesOnHandler()
778 + ", currentSystemSessionInfo=" + currentSystemSessionInfo); in syncRoutesOnHandler()
836 mSystemController.setRoutingSessionInfo(currentSystemSessionInfo); in syncRoutesOnHandler()
837 if (!oldInfo.equals(currentSystemSessionInfo)) { in syncRoutesOnHandler()
1863 RoutingSessionInfo currentSystemSessionInfo) { in notifyRouterRegistered() argument
[all …]
H A DIMediaRouter2.aidl28 in RoutingSessionInfo currentSystemSessionInfo); in notifyRouterRegistered() argument
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouter2ServiceImpl.java1949 RoutingSessionInfo currentSystemSessionInfo; in notifyRouterRegistered() local
1957 currentSystemSessionInfo = mSystemProvider.getSessionInfos().get(0); in notifyRouterRegistered()
1960 currentSystemSessionInfo = mSystemProvider.getDefaultSessionInfo(); in notifyRouterRegistered()
1969 currentRoutes, currentSystemSessionInfo); in notifyRouterRegistered()