Searched refs:AVRCP_MAX_VOL (Results 1 – 2 of 2) sorted by relevance
41 private static final int AVRCP_MAX_VOL = 127; field in AvrcpVolumeManager56 return (int) Math.floor((double) avrcpVolume * sDeviceMaxVolume / AVRCP_MAX_VOL); in avrcpToSystemVolume()61 * AVRCP_MAX_VOL / sDeviceMaxVolume); in systemToAvrcpVolume()
51 private static final int AVRCP_MAX_VOL = 127; field in AvrcpTargetService266 (int) Math.floor((double) avrcpVolume * sDeviceMaxVolume / AVRCP_MAX_VOL); in setVolume()282 (int) Math.floor((double) deviceVolume * AVRCP_MAX_VOL / sDeviceMaxVolume); in sendVolumeChanged()