Home
last modified time | relevance | path

Searched refs:mPublicStreamType (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6473 private int mPublicStreamType = AudioSystem.STREAM_MUSIC; field in AudioService.VolumeGroupState
6479 return getDeviceForStream(mPublicStreamType); in getDeviceForVolume()
6500 mPublicStreamType = streamType; in VolumeGroupState()
6504 mIndexMin = MIN_STREAM_VOLUME[mPublicStreamType]; in VolumeGroupState()
6505 mIndexMax = MAX_STREAM_VOLUME[mPublicStreamType]; in VolumeGroupState()
6559 if (mStreamStates[mPublicStreamType].isFullyMuted()) { in setVolumeIndexInt()
6561 } else if (mPublicStreamType == AudioSystem.STREAM_BLUETOOTH_SCO && index == 0) { in setVolumeIndexInt()
6672 ? AudioSystem.DEFAULT_STREAM_VOLUME[mPublicStreamType] : -1; in readSettings()
6680 if (mPublicStreamType == AudioSystem.STREAM_SYSTEM_ENFORCED in readSettings()