Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DSoundDoseHelper.java155 private StreamVolumeCommand mPendingVolumeCommand; field in SoundDoseHelper
635 mPendingVolumeCommand = new StreamVolumeCommand( in willDisplayWarningAfterCheckVolume()
649 if (mPendingVolumeCommand != null) { in disableSafeMediaVolume()
650 mAudioService.onSetStreamVolume(mPendingVolumeCommand.mStreamType, in disableSafeMediaVolume()
651 mPendingVolumeCommand.mIndex, in disableSafeMediaVolume()
652 mPendingVolumeCommand.mFlags, in disableSafeMediaVolume()
653 mPendingVolumeCommand.mDevice, in disableSafeMediaVolume()
656 mPendingVolumeCommand = null; in disableSafeMediaVolume()
753 mPendingVolumeCommand = null; in invalidatPendingVolumeCommand()
808 pw.print(" mPendingVolumeCommand="); pw.println(mPendingVolumeCommand); in dump()