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.java44 private static final int AVRCP_MAX_VOL = 127; field in AvrcpVolumeManager
62 return (int) Math.floor((double) avrcpVolume * sDeviceMaxVolume / AVRCP_MAX_VOL); in avrcpToSystemVolume()
67 * AVRCP_MAX_VOL / sDeviceMaxVolume); in systemToAvrcpVolume()
174 (int) Math.floor((double) avrcpVolume * sDeviceMaxVolume / AVRCP_MAX_VOL); in setVolume()
192 (int) Math.floor((double) deviceVolume * AVRCP_MAX_VOL / sDeviceMaxVolume); in sendVolumeChanged()
DAvrcpTargetService.java62 private static final int AVRCP_MAX_VOL = 127; field in AvrcpTargetService