Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DIAudioService.aidl101 void adjustStreamVolumeWithAttribution(int streamType, int direction, int flags, in adjustStreamVolumeWithAttribution() method
H A DAudioManager.java1044 service.adjustStreamVolumeWithAttribution(streamType, direction, flags, in adjustStreamVolume()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3369 adjustStreamVolumeWithAttribution(streamType, direction, flags, callingPackage, null); in adjustStreamVolume()
3374 public void adjustStreamVolumeWithAttribution(int streamType, int direction, int flags, in adjustStreamVolumeWithAttribution() method in AudioService