Searched refs:mPlaybackType (Results 1 – 5 of 5) sorted by relevance
77 public int mPlaybackType; field in PlayerRecord198 " -- type: " + mPlaybackType + in dump()204 " -- type: " + mPlaybackType + in dump()316 mPlaybackType = RemoteControlClient.PLAYBACK_TYPE_LOCAL; in resetPlaybackInfo()
483 route.mPlaybackType = globalRoute.playbackType; in makeGlobalRoute()519 if (route.mPlaybackType != globalRoute.playbackType) { in updateGlobalRoute()520 route.mPlaybackType = globalRoute.playbackType; in updateGlobalRoute()1399 newRoute.mPlaybackType = RouteInfo.PLAYBACK_TYPE_REMOTE; in makeWifiDisplayRoute()1470 int mPlaybackType = PLAYBACK_TYPE_LOCAL; field in MediaRouter.RouteInfo1724 return mPlaybackType; in getPlaybackType()1743 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in getVolume()1761 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in requestSetVolume()1778 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in requestUpdateVolume()1797 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in getVolumeMax()[all …]
2047 if ((prse.mPlaybackType == RemoteControlClient.PLAYBACK_TYPE_REMOTE) in checkUpdateRemoteStateIfActive()
775 private int mPlaybackType; field in MediaRouter.RouteInfo1103 return mPlaybackType; in getPlaybackType()1259 + ", playbackType=" + mPlaybackType in toString()1297 if (mPlaybackType != descriptor.getPlaybackType()) { in updateDescriptor()1298 mPlaybackType = descriptor.getPlaybackType(); in updateDescriptor()
688 private final int mPlaybackType; field in MediaControllerCompat.PlaybackInfo696 mPlaybackType = type; in PlaybackInfo()713 return mPlaybackType; in getPlaybackType()