Searched refs:vssVolIndex (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceBroker.java | 426 /*package*/ void postSetVolumeIndexOnDevice(int streamType, int vssVolIndex, int device, in postSetVolumeIndexOnDevice() argument 428 mAudioService.postSetVolumeIndexOnDevice(streamType, vssVolIndex, device, caller); in postSetVolumeIndexOnDevice()
|
D | AudioService.java | 5307 DeviceVolumeUpdate(int streamType, int vssVolIndex, int device, @NonNull String caller) { in DeviceVolumeUpdate() argument 5309 mVssVolIndex = vssVolIndex; in DeviceVolumeUpdate() 5335 public void postSetVolumeIndexOnDevice(int streamType, int vssVolIndex, int device, in postSetVolumeIndexOnDevice() argument 5340 new DeviceVolumeUpdate(streamType, vssVolIndex, device, caller), in postSetVolumeIndexOnDevice()
|