Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java1404 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, String caller) { in postApplyVolumeOnDevice() method in AudioDeviceBroker
1405 mAudioService.postApplyVolumeOnDevice(streamType, device, caller); in postApplyVolumeOnDevice()
DAudioDeviceInventory.java2419 mDeviceBroker.postApplyVolumeOnDevice(streamType,
2567 mDeviceBroker.postApplyVolumeOnDevice(streamType, device, "makeLeAudioDeviceAvailable");
DAudioService.java4702 mDeviceBroker.postApplyVolumeOnDevice(streamType, device, "setLeAudioVolumeOnModeUpdate"); in setLeAudioVolumeOnModeUpdate()
9428 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, @NonNull String caller) { in postApplyVolumeOnDevice() method in AudioService