Home
last modified time | relevance | path

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

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