Home
last modified time | relevance | path

Searched refs:onInterruptData (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothHidDeviceCallback.aidl28 void onInterruptData(in BluetoothDevice device, in byte reportId, in byte[] data); in onInterruptData() method
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDevice.java325 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData() method in BluetoothHidDevice.Callback
406 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData() method in BluetoothHidDevice.CallbackWrapper
410 mExecutor.execute(() -> mCallback.onInterruptData(device, reportId, data)); in onInterruptData()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java228 private synchronized void onInterruptData(byte reportId, byte[] data) { in onInterruptData() method in HidDeviceNativeInterface
H A DHidDeviceService.java224 mCallback.onInterruptData(mHidDevice, reportId, data); in handleMessage()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
H A DHidDeviceTest.java248 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData() method in HidDeviceTest.BluetoothHidDeviceCallbackTestHelper
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10508 Landroid/bluetooth/BluetoothHidDevice$CallbackWrapper;->onInterruptData(Landroid/bluetooth/Bluetoot…
11830 Landroid/bluetooth/IBluetoothHidDeviceCallback$Stub$Proxy;->onInterruptData(Landroid/bluetooth/Blue…
11846 Landroid/bluetooth/IBluetoothHidDeviceCallback;->onInterruptData(Landroid/bluetooth/BluetoothDevice…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9398 method public void onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]);