Searched refs:ABS_VOL_BASE (Results 1 – 1 of 1) sorted by relevance
106 private static final int ABS_VOL_BASE = 127; field in AvrcpControllerStateMachine1183 absVol = ABS_VOL_BASE; in handleAbsVolumeRequest()1200 int reqLocalVolume = (maxLocalVolume * absVol) / ABS_VOL_BASE; in setAbsVolume()1224 return ABS_VOL_BASE; in getAbsVolume()1228 int newIndex = (currIndex * ABS_VOL_BASE) / maxVolume; in getAbsVolume()