Searched refs:mPlaybackStream (Results 1 – 4 of 4) sorted by relevance
81 public int mPlaybackStream; field in PlayerRecord320 mPlaybackStream = AudioManager.STREAM_MUSIC; in resetPlaybackInfo()
484 route.mPlaybackStream = globalRoute.playbackStream; in makeGlobalRoute()523 if (route.mPlaybackStream != globalRoute.playbackStream) { in updateGlobalRoute()524 route.mPlaybackStream = globalRoute.playbackStream; in updateGlobalRoute()1474 int mPlaybackStream = AudioManager.STREAM_MUSIC; field in MediaRouter.RouteInfo1732 return mPlaybackStream; in getPlaybackStream()1746 vol = sStatic.mAudioService.getStreamVolume(mPlaybackStream); in getVolume()1763 sStatic.mAudioService.setStreamVolume(mPlaybackStream, volume, 0, in requestSetVolume()1782 sStatic.mAudioService.setStreamVolume(mPlaybackStream, volume, 0, in requestUpdateVolume()1800 volMax = sStatic.mAudioService.getStreamMaxVolume(mPlaybackStream); in getVolumeMax()2183 if (mPlaybackStream != stream) { in setPlaybackStream()[all …]
2049 && (prse.mPlaybackStream == streamType)) { in checkUpdateRemoteStateIfActive()
776 private int mPlaybackStream; field in MediaRouter.RouteInfo1112 return mPlaybackStream; in getPlaybackStream()1260 + ", playbackStream=" + mPlaybackStream in toString()1301 if (mPlaybackStream != descriptor.getPlaybackStream()) { in updateDescriptor()1302 mPlaybackStream = descriptor.getPlaybackStream(); in updateDescriptor()