Searched refs:streamTypeAlias (Results 1 – 1 of 1) sorted by relevance
1782 int streamTypeAlias = mStreamVolumeAlias[streamType]; in adjustStreamVolume() local1784 VolumeStreamState streamState = mStreamStates[streamTypeAlias]; in adjustStreamVolume()1786 final int device = getDeviceForStream(streamTypeAlias); in adjustStreamVolume()1804 if (mAppOps.noteOp(STREAM_VOLUME_OPS[streamTypeAlias], uid, callingPackage) in adjustStreamVolume()1815 if ((streamTypeAlias == AudioSystem.STREAM_MUSIC) && in adjustStreamVolume()1833 step = rescaleStep(10, streamType, streamTypeAlias); in adjustStreamVolume()1839 (streamTypeAlias == getUiSoundsStreamType())) { in adjustStreamVolume()1862 if (!volumeAdjustmentAllowedByDnd(streamTypeAlias, flags)) { in adjustStreamVolume()1877 if (streamTypeAlias == AudioSystem.STREAM_MUSIC) { in adjustStreamVolume()1881 if (streamTypeAlias == mStreamVolumeAlias[stream]) { in adjustStreamVolume()[all …]