Searched defs:VolumeEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioServiceEvents.java | 91 final static class VolumeEvent extends AudioEventLogger.Event { class in AudioServiceEvents 111 VolumeEvent(int op, int stream, int val1, int val2, String caller) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 120 VolumeEvent(int op, int index, int gainDb) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 130 VolumeEvent(int op, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 140 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent 150 VolumeEvent(int op, int mode, int stream, int index) { in VolumeEvent() method in AudioServiceEvents.VolumeEvent
|