OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onGetReport
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothHidDeviceCallback.aidl
26
void
onGetReport
(in BluetoothDevice device, in byte type, in byte id, in int bufferSize);
BluetoothHidDeviceCallback.java
77
public void
onGetReport
(BluetoothDevice device, byte type, byte id, int bufferSize) {
78
Log.d(TAG, "
onGetReport
: device=" + device + " type=" + type + " id=" + id + " bufferSize="
BluetoothInputHost.java
84
* @see BluetoothHidDeviceCallback#
onGetReport
(byte, byte, int)
141
public void
onGetReport
(BluetoothDevice device, byte type, byte id, int bufferSize) {
142
mCallback.
onGetReport
(device, type, id, bufferSize);
439
* {@link BluetoothHidDeviceCallback#
onGetReport
(BluetoothDevice, byte, byte, int)}.
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDevService.java
160
mCallback.
onGetReport
(mHidDevice, type, id, bufferSize);
579
private synchronized void
onGetReport
(byte type, byte id, short bufferSize) {
581
Log.v(TAG, "
onGetReport
(): type=" + type + " id=" + id + " bufferSize=" +
HidService.java
560
private void
onGetReport
(byte[] address, byte[] report, int rpt_size) {
Completed in 132 milliseconds