Searched refs:vssVolIndex (Results 1 – 2 of 2) 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() argument 1361 mAudioService.postSetVolumeIndexOnDevice(streamType, vssVolIndex, device, caller); in postSetVolumeIndexOnDevice()
|
H A D | AudioService.java | 9002 DeviceVolumeUpdate(int streamType, int vssVolIndex, int device, @NonNull String caller) { in DeviceVolumeUpdate() argument 9004 mVssVolIndex = vssVolIndex; in DeviceVolumeUpdate() 9030 public void postSetVolumeIndexOnDevice(int streamType, int vssVolIndex, int device, in postSetVolumeIndexOnDevice() argument 9035 new DeviceVolumeUpdate(streamType, vssVolIndex, device, caller), in postSetVolumeIndexOnDevice()
|