Searched refs:postSetVolumeIndexOnDevice (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioDeviceBroker.java | 1359 /*package*/ void postSetVolumeIndexOnDevice(int streamType, int vssVolIndex, int device, in postSetVolumeIndexOnDevice() method in AudioDeviceBroker 1361 mAudioService.postSetVolumeIndexOnDevice(streamType, vssVolIndex, device, caller); in postSetVolumeIndexOnDevice()
|
H A D | AudioDeviceInventory.java | 585 mDeviceBroker.postSetVolumeIndexOnDevice(AudioSystem.STREAM_MUSIC, in onSetBtActiveDevice()
|
H A D | AudioService.java | 9030 public void postSetVolumeIndexOnDevice(int streamType, int vssVolIndex, int device, in postSetVolumeIndexOnDevice() method in AudioService
|