Searched refs:handleSetAbsVolume (Results 1 – 3 of 3) sorted by relevance
161 void handleSetAbsVolume(byte[] address, byte absVol, byte label) { in handleSetAbsVolume() method in AvrcpControllerNativeInterface165 mAvrcpController.handleSetAbsVolume(device, absVol, label); in handleSetAbsVolume()
489 synchronized void handleSetAbsVolume(BluetoothDevice device, byte absVol, byte label) { in handleSetAbsVolume() method in AvrcpControllerService
389 public void handleSetAbsVolume() { in handleSetAbsVolume() method in AvrcpControllerServiceTest393 mService.handleSetAbsVolume(mRemoteDevice, absVol, label); in handleSetAbsVolume()