Searched defs:absVol (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachine.java1057 private void setAbsVolume(int absVol, int label) { argument
1063 int newIndex = (maxVolume * absVol) / ABS_VOL_BASE;
1065 " setAbsVolume =" + absVol + " maxVol = " + maxVolume + " cur = " + currIndex +
1078 absVol = (currIndex * ABS_VOL_BASE) / maxVolume;
1079 Log.d(TAG, " SetAbsVol recvd for first time, respond with " + absVol);
1082 mRemoteDevice.getBluetoothAddress(), absVol, label);
H A DAvrcpControllerService.java825 private synchronized void handleSetAbsVolume(byte[] address, byte absVol, byte label) { argument
833 AvrcpControllerStateMachine.MESSAGE_PROCESS_SET_ABS_VOL_CMD, absVol, label);
1127 native static void sendAbsVolRspNative(byte[] address, int absVol, int label); argument
1130 native static void sendRegisterAbsVolRspNative(byte[] address, byte rspType, int absVol, argument

Completed in 47 milliseconds