Home
last modified time | relevance | path

Searched refs:onInterruptDataFromNative (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java231 service.onInterruptDataFromNative(reportId, data); in onInterruptData()
H A DHidDeviceService.java895 synchronized void onInterruptDataFromNative(byte reportId, byte[] data) { in onInterruptDataFromNative() method in HidDeviceService
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
H A DHidDeviceTest.java522 mHidDeviceService.onInterruptDataFromNative(SAMPLE_REPORT_ID, SAMPLE_HID_REPORT); in testCallbacks()