Searched defs:VolumeEvent (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioServiceEvents.java | 218 final static class VolumeEvent extends EventLogger.Event { class in AudioServiceEvents 243 VolumeEvent(int op, int stream, int val1, int val2, String caller) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 254 VolumeEvent(int op, int index, int gainDb) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 266 VolumeEvent(int op, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 278 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 290 VolumeEvent(int op, int mode, int stream, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 303 VolumeEvent(int op, String group, int index, int flags, String caller) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 314 VolumeEvent(int op, int stream, boolean state) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent
|