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.java1227 int streamTypeAlias = mStreamVolumeAlias[streamType]; in adjustStreamVolume() local
1229 VolumeStreamState streamState = mStreamStates[streamTypeAlias]; in adjustStreamVolume()
1231 final int device = getDeviceForStream(streamTypeAlias); in adjustStreamVolume()
1249 if (mAppOps.noteOp(STREAM_VOLUME_OPS[streamTypeAlias], uid, callingPackage) in adjustStreamVolume()
1260 if ((streamTypeAlias == AudioSystem.STREAM_MUSIC) && in adjustStreamVolume()
1278 step = rescaleIndex(10, streamType, streamTypeAlias); in adjustStreamVolume()
1284 (streamTypeAlias == getUiSoundsStreamType())) { in adjustStreamVolume()
1305 if (!volumeAdjustmentAllowedByDnd(streamTypeAlias, flags)) { in adjustStreamVolume()
1314 if (streamTypeAlias == AudioSystem.STREAM_MUSIC && in adjustStreamVolume()
1331 if (streamTypeAlias == AudioSystem.STREAM_MUSIC) { in adjustStreamVolume()
[all …]