Searched defs:VolumeEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 92 final static class VolumeEvent extends AudioEventLogger.Event { class in AudioServiceEvents 115 VolumeEvent(int op, int stream, int val1, int val2, String caller) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 126 VolumeEvent(int op, int index, int gainDb) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 138 VolumeEvent(int op, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 150 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 162 VolumeEvent(int op, int mode, int stream, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 174 VolumeEvent(int op, AudioAttributes aa, String group, int index, int flags, String caller) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent
|