Searched refs:mPlaybackType (Results 1 – 3 of 3) sorted by relevance
503 route.mPlaybackType = globalRoute.playbackType; in makeGlobalRoute()539 if (route.mPlaybackType != globalRoute.playbackType) { in updateGlobalRoute()540 route.mPlaybackType = globalRoute.playbackType; in updateGlobalRoute()1428 newRoute.mPlaybackType = RouteInfo.PLAYBACK_TYPE_REMOTE; in makeWifiDisplayRoute()1501 int mPlaybackType = PLAYBACK_TYPE_LOCAL; field in MediaRouter.RouteInfo1817 return mPlaybackType; in getPlaybackType()1836 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in getVolume()1854 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in requestSetVolume()1871 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in requestUpdateVolume()1890 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in getVolumeMax()[all …]
808 private int mPlaybackType; field in MediaRouter.RouteInfo1259 return mPlaybackType; in getPlaybackType()1457 + ", playbackType=" + mPlaybackType in toString()1511 if (mPlaybackType != descriptor.getPlaybackType()) { in updateDescriptor()1512 mPlaybackType = descriptor.getPlaybackType(); in updateDescriptor()
1168 private final int mPlaybackType; field in MediaControllerCompat.PlaybackInfo1176 mPlaybackType = type; in PlaybackInfo()1193 return mPlaybackType; in getPlaybackType()