Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java41 private static final int AVRCP_MAX_VOL = 127; field in AvrcpVolumeManager
56 return (int) Math.floor((double) avrcpVolume * sDeviceMaxVolume / AVRCP_MAX_VOL); in avrcpToSystemVolume()
61 * AVRCP_MAX_VOL / sDeviceMaxVolume); in systemToAvrcpVolume()
DAvrcpTargetService.java51 private static final int AVRCP_MAX_VOL = 127; field in AvrcpTargetService
266 (int) Math.floor((double) avrcpVolume * sDeviceMaxVolume / AVRCP_MAX_VOL); in setVolume()
282 (int) Math.floor((double) deviceVolume * AVRCP_MAX_VOL / sDeviceMaxVolume); in sendVolumeChanged()