Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java1152 int streamTypeAlias = mStreamVolumeAlias[streamType]; in adjustStreamVolume() local
1154 VolumeStreamState streamState = mStreamStates[streamTypeAlias]; in adjustStreamVolume()
1156 final int device = getDeviceForStream(streamTypeAlias); in adjustStreamVolume()
1174 if (mAppOps.noteOp(STREAM_VOLUME_OPS[streamTypeAlias], uid, callingPackage) in adjustStreamVolume()
1185 if ((streamTypeAlias == AudioSystem.STREAM_MUSIC) && in adjustStreamVolume()
1203 step = rescaleIndex(10, streamType, streamTypeAlias); in adjustStreamVolume()
1209 (streamTypeAlias == getUiSoundsStreamType())) { in adjustStreamVolume()
1230 if (streamTypeAlias == AudioSystem.STREAM_MUSIC in adjustStreamVolume()
1241 if (streamTypeAlias == AudioSystem.STREAM_MUSIC && in adjustStreamVolume()
1258 if (streamTypeAlias == AudioSystem.STREAM_MUSIC) { in adjustStreamVolume()
[all …]