Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4980 /*package*/ void applyDeviceVolume_syncVSS(int device, boolean isAvrcpAbsVolSupported) { in applyDeviceVolume_syncVSS() argument
4985 && isAvrcpAbsVolSupported) { in applyDeviceVolume_syncVSS()
4998 final boolean isAvrcpAbsVolSupported = mDeviceBroker.isAvrcpAbsoluteVolumeSupported(); in applyAllVolumes()
5008 && isAvrcpAbsVolSupported) { in applyAllVolumes()
5204 final boolean isAvrcpAbsVolSupported = mDeviceBroker.isAvrcpAbsoluteVolumeSupported(); in checkFixedVolumeDevices()
5215 applyDeviceVolume_syncVSS(device, isAvrcpAbsVolSupported); in checkFixedVolumeDevices()
5368 final boolean isAvrcpAbsVolSupported = mDeviceBroker.isAvrcpAbsoluteVolumeSupported(); in setDeviceVolume()
5372 streamState.applyDeviceVolume_syncVSS(device, isAvrcpAbsVolSupported); in setDeviceVolume()
5382 if ((device != streamDevice) && isAvrcpAbsVolSupported in setDeviceVolume()
5385 isAvrcpAbsVolSupported); in setDeviceVolume()
[all …]