Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java1355 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, String caller) { in postApplyVolumeOnDevice() method in AudioDeviceBroker
1356 mAudioService.postApplyVolumeOnDevice(streamType, device, caller); in postApplyVolumeOnDevice()
H A DAudioDeviceInventory.java2041 mDeviceBroker.postApplyVolumeOnDevice(streamType,
2168 mDeviceBroker.postApplyVolumeOnDevice(streamType, device, "makeLeAudioDeviceAvailable");
H A DAudioService.java4473 mDeviceBroker.postApplyVolumeOnDevice(streamType, device, "setLeAudioVolumeOnModeUpdate"); in setLeAudioVolumeOnModeUpdate()
9039 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, @NonNull String caller) { in postApplyVolumeOnDevice() method in AudioService