HomeSort by relevance Sort by last modified time
    Searched refs:AVRCP_MAX_VOL (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
AvrcpVolumeManager.java 41 public static final int AVRCP_MAX_VOL = 127;
55 return (int) Math.floor((double) avrcpVolume * sDeviceMaxVolume / AVRCP_MAX_VOL);
60 * AVRCP_MAX_VOL / sDeviceMaxVolume);
AvrcpTargetService.java 50 private static final int AVRCP_MAX_VOL = 127;
246 (int) Math.floor((double) avrcpVolume * sDeviceMaxVolume / AVRCP_MAX_VOL);
262 (int) Math.floor((double) deviceVolume * AVRCP_MAX_VOL / sDeviceMaxVolume);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 169 private static final int AVRCP_MAX_VOL = 127;
284 mVolumeStep = Math.max(AVRCP_BASE_VOLUME_STEP, AVRCP_MAX_VOL / mAudioStreamMax);
670 avrcpVolume = Math.min(AVRCP_MAX_VOL, Math.max(0, avrcpVolume));
    [all...]

Completed in 562 milliseconds