Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DIAudioService.aidl47 void adjustMasterVolume(int direction, int flags, String callingPackage); in adjustMasterVolume() method
DAudioService.java1174 public void adjustMasterVolume(int steps, int flags, String callingPackage) { in adjustMasterVolume() method in AudioService
1178 public void adjustMasterVolume(int steps, int flags, String callingPackage, int uid) { in adjustMasterVolume() method in AudioService
DAudioManager.java912 public void adjustMasterVolume(int steps, int flags) { in adjustMasterVolume() method in AudioManager