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.java422 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, String caller) { in postApplyVolumeOnDevice() method in AudioDeviceBroker
423 mAudioService.postApplyVolumeOnDevice(streamType, device, caller); in postApplyVolumeOnDevice()
DAudioDeviceInventory.java704 mDeviceBroker.postApplyVolumeOnDevice(streamType, in makeHearingAidDeviceAvailable()
DAudioService.java5344 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, @NonNull String caller) { in postApplyVolumeOnDevice() method in AudioService