Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java76 void sendAbsVolRsp(byte[] address, int absVol, int label) { in sendAbsVolRsp()
80 void sendRegisterAbsVolRsp(byte[] address, byte rspType, int absVol, int label) { in sendRegisterAbsVolRsp()
161 void handleSetAbsVolume(byte[] address, byte absVol, byte label) { in handleSetAbsVolume()
408 private native void sendAbsVolRspNative(byte[] address, int absVol, int label); in sendAbsVolRspNative()
418 byte[] address, byte rspType, int absVol, int label); in sendRegisterAbsVolRspNative()
DAvrcpControllerStateMachine.java1179 private void handleAbsVolumeRequest(int absVol, int label) { in handleAbsVolumeRequest()
1197 private void setAbsVolume(int absVol) { in setAbsVolume()
DAvrcpControllerService.java489 synchronized void handleSetAbsVolume(BluetoothDevice device, byte absVol, byte label) { in handleSetAbsVolume()