Home
last modified time | relevance | path

Searched refs:adjustStreamVolumeWithAttribution (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
DIAudioService.aidl107 void adjustStreamVolumeWithAttribution(int streamType, int direction, int flags, in adjustStreamVolumeWithAttribution() method
DAudioManager.java1047 service.adjustStreamVolumeWithAttribution(streamType, direction, flags, in adjustStreamVolume()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3569 adjustStreamVolumeWithAttribution(streamType, direction, flags, callingPackage, null); in adjustStreamVolume()
3574 public void adjustStreamVolumeWithAttribution(int streamType, int direction, int flags, in adjustStreamVolumeWithAttribution() method in AudioService