Home
last modified time | relevance | path

Searched refs:onGetReport (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DHidDeviceNativeInterfaceTest.java76 public void onGetReport() { in onGetReport() method in HidDeviceNativeInterfaceTest
80 mNativeInterface.onGetReport(type, id, bufferSize); in onGetReport()
DHidDeviceTest.java219 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { in onGetReport() method in HidDeviceTest.BluetoothHidDeviceCallbackTestHelper
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostNativeInterface.java142 private void onGetReport( in onGetReport() method in HidHostNativeInterface
145 mHidHostService.onGetReport(address, addressType, transport, report, rptSize); in onGetReport()
DHidDeviceNativeInterface.java208 synchronized void onGetReport(byte type, byte id, short bufferSize) { in onGetReport() method in HidDeviceNativeInterface
DHidDeviceService.java192 mCallback.onGetReport(mHidDevice, type, id, bufferSize); in handleMessage()
DHidHostService.java1292 void onGetReport(byte[] address, int addressType, int transport, byte[] report, int rptSize) { in onGetReport() method in HidHostService
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHidDeviceCallback.aidl25 void onGetReport(in BluetoothDevice device, in byte type, in byte id, in int bufferSize); in onGetReport() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidDevice.java296 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { in onGetReport() method in BluetoothHidDevice.Callback
388 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { in onGetReport() method in BluetoothHidDevice.CallbackWrapper
392 mExecutor.execute(() -> mCallback.onGetReport(device, type, id, bufferSize)); in onGetReport()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt700 Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onGetReport(Landroid/bluetooth/BluetoothDev…
2022 Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onGetReport(Landroid/bluetooth/Bluetoot…
2038 Landroid/bluetooth/IBluetoothHidDeviceCallback;->onGetReport(Landroid/bluetooth/BluetoothDevice;BBI…
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt905 method public void onGetReport(android.bluetooth.BluetoothDevice, byte, byte, int);