Searched defs:VolumeEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 223 final static class VolumeEvent extends EventLogger.Event { class in AudioServiceEvents 247 VolumeEvent(int op, int stream, int val1, int val2, int val3, String caller) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 264 VolumeEvent(int op, int stream, int val1, int val2, String caller) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 277 VolumeEvent(int op, int index, int gainDb) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 290 VolumeEvent(int op, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 303 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 316 VolumeEvent(int op, int mode, int stream, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 330 VolumeEvent(int op, String group, int index, int flags, String caller) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 343 VolumeEvent(int op, int stream, boolean state) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 356 VolumeEvent(int op, boolean state) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent
|