Searched refs:streamTypeAlias (Results 1 – 1 of 1) sorted by relevance
3642 int streamTypeAlias = mStreamVolumeAlias[streamType]; in adjustStreamVolume() local3644 VolumeStreamState streamState = mStreamStates[streamTypeAlias]; in adjustStreamVolume()3646 final int device = getDeviceForStream(streamTypeAlias); in adjustStreamVolume()3667 STREAM_VOLUME_OPS[streamTypeAlias], uid, callingPackage, attributionTag)) { in adjustStreamVolume()3674 if (streamTypeAlias == AudioSystem.STREAM_MUSIC && isFixedVolumeDevice(device)) { in adjustStreamVolume()3689 step = rescaleStep(10, streamType, streamTypeAlias); in adjustStreamVolume()3695 (isUiSoundsStreamType(streamTypeAlias))) { in adjustStreamVolume()3714 } else if (isStreamMutedByRingerOrZenMode(streamTypeAlias) && streamState.mIsMuted) { in adjustStreamVolume()3726 if (!volumeAdjustmentAllowedByDnd(streamTypeAlias, flags)) { in adjustStreamVolume()3753 muteAliasStreams(streamTypeAlias, state); in adjustStreamVolume()[all …]