Searched defs:onSetReport (Results  1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/ | 
| D | HidDeviceNativeInterfaceTest.java | 84     public void onSetReport() {  in onSetReport()  method in HidDeviceNativeInterfaceTest
 | 
| D | HidDeviceTest.java | 228         public void onSetReport(BluetoothDevice device, byte type, byte id, byte[] data) {  in onSetReport()  method in HidDeviceTest.BluetoothHidDeviceCallbackTestHelper
 | 
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ | 
| D | IBluetoothHidDeviceCallback.aidl | 26    void onSetReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data);  in onSetReport()  method
 | 
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ | 
| D | BluetoothHidDevice.java | 306         public void onSetReport(BluetoothDevice device, byte type, byte id, byte[] data) {  in onSetReport()  method in BluetoothHidDevice.Callback387         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/ | 
| D | HidDeviceNativeInterface.java | 217     synchronized void onSetReport(byte reportType, byte reportId, byte[] data) {  in onSetReport()  method in HidDeviceNativeInterface
 |