Searched defs:mPlaybackStream (Results 1 - 3 of 3) sorted by path

/frameworks/base/media/java/android/media/
H A DMediaRouter.java484 route.mPlaybackStream = globalRoute.playbackStream;
523 if (route.mPlaybackStream != globalRoute.playbackStream) {
524 route.mPlaybackStream = globalRoute.playbackStream;
1474 int mPlaybackStream = AudioManager.STREAM_MUSIC; field in class:MediaRouter.RouteInfo
1732 return mPlaybackStream;
1746 vol = sStatic.mAudioService.getStreamVolume(mPlaybackStream);
1763 sStatic.mAudioService.setStreamVolume(mPlaybackStream, volume, 0,
1782 sStatic.mAudioService.setStreamVolume(mPlaybackStream, volume, 0,
1800 volMax = sStatic.mAudioService.getStreamMaxVolume(mPlaybackStream);
2183 if (mPlaybackStream !
[all...]
H A DPlayerRecord.java81 public int mPlaybackStream; field in class:PlayerRecord
320 mPlaybackStream = AudioManager.STREAM_MUSIC;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java705 private int mPlaybackStream; field in class:MediaRouter.RouteInfo
1040 return mPlaybackStream;
1167 + ", playbackStream=" + mPlaybackStream
1207 if (mPlaybackStream != descriptor.getPlaybackStream()) {
1208 mPlaybackStream = descriptor.getPlaybackStream();

Completed in 146 milliseconds