Home | History | Annotate | Download | only in media

Lines Matching defs:mPlaybackStream

490             route.mPlaybackStream = globalRoute.playbackStream;
529 if (route.mPlaybackStream != globalRoute.playbackStream) {
530 route.mPlaybackStream = globalRoute.playbackStream;
1550 int mPlaybackStream = AudioManager.STREAM_MUSIC;
1870 return mPlaybackStream;
1884 vol = sStatic.mAudioService.getStreamVolume(mPlaybackStream);
1901 sStatic.mAudioService.setStreamVolume(mPlaybackStream, volume, 0,
1920 sStatic.mAudioService.setStreamVolume(mPlaybackStream, volume, 0,
1938 volMax = sStatic.mAudioService.getStreamMaxVolume(mPlaybackStream);
2328 if (mPlaybackStream != stream) {
2329 mPlaybackStream = stream;
2372 bob.setLegacyStreamType(mPlaybackStream);