Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java825 private synchronized void handleSetAbsVolume(byte[] address, byte absVol, byte label) { in handleSetAbsVolume()
1127 native static void sendAbsVolRspNative(byte[] address, int absVol, int label); in sendAbsVolRspNative()
1130 native static void sendRegisterAbsVolRspNative(byte[] address, byte rspType, int absVol, in sendRegisterAbsVolRspNative()
DAvrcpControllerStateMachine.java1057 private void setAbsVolume(int absVol, int label) { in setAbsVolume()
1082 mRemoteDevice.getBluetoothAddress(), absVol, label); in setAbsVolume() local