Searched refs:onInterruptData (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothHidDeviceCallback.aidl | 28 void onInterruptData(in BluetoothDevice device, in byte reportId, in byte[] data); in onInterruptData() method
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothHidDevice.java | 325 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 D | HidDeviceNativeInterface.java | 228 private synchronized void onInterruptData(byte reportId, byte[] data) { in onInterruptData() method in HidDeviceNativeInterface
|
H A D | HidDeviceService.java | 224 mCallback.onInterruptData(mHidDevice, reportId, data); in handleMessage()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
H A D | HidDeviceTest.java | 248 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10508 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 D | current.txt | 9398 method public void onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]);
|