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