Home
last modified time | relevance | path

Searched refs:vssVolIndex (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java1359 /*package*/ void postSetVolumeIndexOnDevice(int streamType, int vssVolIndex, int device, in postSetVolumeIndexOnDevice() argument
1361 mAudioService.postSetVolumeIndexOnDevice(streamType, vssVolIndex, device, caller); in postSetVolumeIndexOnDevice()
H A DAudioService.java9002 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()