Searched refs:onGetReport (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothHidDeviceCallback.aidl | 26 void onGetReport(in BluetoothDevice device, in byte type, in byte id, in int bufferSize); in onGetReport() method
|
D | BluetoothHidDeviceCallback.java | 77 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { in onGetReport() method in BluetoothHidDeviceCallback
|
D | BluetoothInputHost.java | 141 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { in onGetReport() method in BluetoothInputHost.BluetoothHidDeviceCallbackWrapper 142 mCallback.onGetReport(device, type, id, bufferSize); in onGetReport()
|