Searched refs:DeviceVolumeUpdate (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 8993 private static final class DeviceVolumeUpdate { class in AudioService 9002 DeviceVolumeUpdate(int streamType, int vssVolIndex, int device, @NonNull String caller) { in DeviceVolumeUpdate() method in AudioService.DeviceVolumeUpdate 9011 DeviceVolumeUpdate(int streamType, int device, @NonNull String caller) { in DeviceVolumeUpdate() method in AudioService.DeviceVolumeUpdate 9035 new DeviceVolumeUpdate(streamType, vssVolIndex, device, caller), in postSetVolumeIndexOnDevice() 9043 new DeviceVolumeUpdate(streamType, device, caller), in postApplyVolumeOnDevice() 9047 private void onSetVolumeIndexOnDevice(@NonNull DeviceVolumeUpdate update) { in onSetVolumeIndexOnDevice() 9304 onSetVolumeIndexOnDevice((DeviceVolumeUpdate) msg.obj); in handleMessage()
|