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.java3642 int streamTypeAlias = mStreamVolumeAlias[streamType]; in adjustStreamVolume() local
3644 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 …]