Home
last modified time | relevance | path

Searched defs:replyReport (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DBluetoothHidDeviceBinderTest.java110 public void replyReport() { in replyReport() method in BluetoothHidDeviceBinderTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHidDevice.aidl36 …void replyReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data, in Attributi… in replyReport() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java141 public boolean replyReport(byte type, byte id, byte[] data) { in replyReport() method in HidDeviceNativeInterface
DHidDeviceService.java374 public void replyReport(BluetoothDevice device, byte type, byte id, byte[] data, in replyReport() method in HidDeviceService.BluetoothHidDeviceBinder
640 synchronized boolean replyReport(BluetoothDevice device, byte type, byte id, byte[] data) { in replyReport() method in HidDeviceService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidDevice.java660 public boolean replyReport(BluetoothDevice device, byte type, byte id, byte[] data) { in replyReport() method in BluetoothHidDevice