Searched refs:currentSystemSessionInfo (Results 1 – 3 of 3) sorted by relevance
29 in RoutingSessionInfo currentSystemSessionInfo); in notifyRouterRegistered() argument
628 RoutingSessionInfo currentSystemSessionInfo = mImpl.getSystemSessionInfo(); in MediaRouter2() local629 if (currentSystemSessionInfo == null) { in MediaRouter2()633 mSystemController = new SystemRoutingController(currentSystemSessionInfo); in MediaRouter2()1125 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in syncRoutesOnHandler() argument1126 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() argument2396 currentSystemSessionInfo)); in notifyRouterRegistered()[all …]
2217 List<MediaRoute2Info> currentRoutes, RoutingSessionInfo currentSystemSessionInfo) { in notifyRegistered() argument2220 getVisibleRoutes(currentRoutes), currentSystemSessionInfo); in notifyRegistered() local3207 RoutingSessionInfo currentSystemSessionInfo; in notifyRouterRegistered() local3215 currentSystemSessionInfo = mSystemProvider.getSessionInfos().get(0); in notifyRouterRegistered()3218 currentSystemSessionInfo = mSystemProvider.getDefaultSessionInfo(); in notifyRouterRegistered()3222 routerRecord.notifyRegistered(currentRoutes, currentSystemSessionInfo); in notifyRouterRegistered()