Searched refs:onInterruptDataFromNative (Results 1 – 3 of 3) sorted by relevance
231 service.onInterruptDataFromNative(reportId, data); in onInterruptData()
895 synchronized void onInterruptDataFromNative(byte reportId, byte[] data) { in onInterruptDataFromNative() method in HidDeviceService
522 mHidDeviceService.onInterruptDataFromNative(SAMPLE_REPORT_ID, SAMPLE_HID_REPORT); in testCallbacks()