Searched defs:absVol (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerNativeInterface.java | 76 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()
|
D | AvrcpControllerStateMachine.java | 1179 private void handleAbsVolumeRequest(int absVol, int label) { in handleAbsVolumeRequest() 1197 private void setAbsVolume(int absVol) { in setAbsVolume()
|
D | AvrcpControllerService.java | 489 synchronized void handleSetAbsVolume(BluetoothDevice device, byte absVol, byte label) { in handleSetAbsVolume()
|