Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DHidDeviceNativeInterfaceTest.java84 public void onSetReport() { in onSetReport() method in HidDeviceNativeInterfaceTest
DHidDeviceTest.java227 public void onSetReport(BluetoothDevice device, byte type, byte id, byte[] data) { in onSetReport() method in HidDeviceTest.BluetoothHidDeviceCallbackTestHelper
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHidDeviceCallback.aidl26 void onSetReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data); in onSetReport() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidDevice.java306 public void onSetReport(BluetoothDevice device, byte type, byte id, byte[] data) { in onSetReport() method in BluetoothHidDevice.Callback
387 public void onSetReport(BluetoothDevice device, byte type, byte id, byte[] data) { in onSetReport() method in BluetoothHidDevice.CallbackWrapper
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java217 synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport() method in HidDeviceNativeInterface