Home
last modified time | relevance | path

Searched defs:VolumeEvent (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioServiceEvents.java147 final static class VolumeEvent extends AudioEventLogger.Event { class in AudioServiceEvents
171 VolumeEvent(int op, int stream, int val1, int val2, String caller) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent
183 VolumeEvent(int op, int index, int gainDb) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent
196 VolumeEvent(int op, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent
209 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent
222 VolumeEvent(int op, int mode, int stream, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent
235 VolumeEvent(int op, AudioAttributes aa, String group, int index, int flags, String caller) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent
247 VolumeEvent(int op, int stream, boolean state) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent