Home
last modified time | relevance | path

Searched refs:mPlaybackStream (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaRouter.java564 route.mPlaybackStream = globalRoute.playbackStream; in makeGlobalRoute()
603 if (route.mPlaybackStream != globalRoute.playbackStream) { in updateGlobalRoute()
604 route.mPlaybackStream = globalRoute.playbackStream; in updateGlobalRoute()
1656 int mPlaybackStream = AudioManager.STREAM_MUSIC; field in MediaRouter.RouteInfo
1998 return mPlaybackStream; in getPlaybackStream()
2010 return sStatic.getStreamVolume(mPlaybackStream); in getVolume()
2023 sStatic.mAudioService.setStreamVolumeWithAttribution(mPlaybackStream, volume, 0, in requestSetVolume()
2042 sStatic.mAudioService.setStreamVolumeWithAttribution(mPlaybackStream, volume, 0, in requestUpdateVolume()
2060 volMax = sStatic.mAudioService.getStreamMaxVolume(mPlaybackStream); in getVolumeMax()
2496 if (mPlaybackStream != stream) { in setPlaybackStream()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt28431 Landroid/media/MediaRouter$RouteInfo;->mPlaybackStream:I