Searched refs:streamTypeAlias (Results 1 – 1 of 1) sorted by relevance
1024 int streamTypeAlias = mStreamVolumeAlias[streamType]; in adjustStreamVolume() local1025 VolumeStreamState streamState = mStreamStates[streamTypeAlias]; in adjustStreamVolume()1027 final int device = getDeviceForStream(streamTypeAlias); in adjustStreamVolume()1040 if (mAppOps.noteOp(STEAM_VOLUME_OPS[streamTypeAlias], uid, callingPackage) in adjustStreamVolume()1051 if ((streamTypeAlias == AudioSystem.STREAM_MUSIC) && in adjustStreamVolume()1069 step = rescaleIndex(10, streamType, streamTypeAlias); in adjustStreamVolume()1075 (streamTypeAlias == getMasterStreamType())) { in adjustStreamVolume()1100 if (streamTypeAlias == AudioSystem.STREAM_MUSIC && in adjustStreamVolume()1111 !checkSafeMediaVolume(streamTypeAlias, aliasIndex + step, device)) { in adjustStreamVolume()1128 if (streamTypeAlias == AudioSystem.STREAM_MUSIC) { in adjustStreamVolume()[all …]