Searched refs:onGetReport (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHidDeviceCallback.aidl26 void onGetReport(in BluetoothDevice device, in byte type, in byte id, in int bufferSize);
H A DBluetoothHidDeviceCallback.java77 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { method in class:BluetoothHidDeviceCallback
78 Log.d(TAG, "onGetReport: device=" + device + " type=" + type + " id=" + id + " bufferSize="
H A DBluetoothInputHost.java84 * @see BluetoothHidDeviceCallback#onGetReport(byte, byte, int)
141 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { method in class:BluetoothInputHost.BluetoothHidDeviceCallbackWrapper
142 mCallback.onGetReport(device, type, id, bufferSize);
439 * {@link BluetoothHidDeviceCallback#onGetReport(BluetoothDevice, byte, byte, int)}.

Completed in 196 milliseconds