Searched refs:__deviceReportCallback (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/tools/
H A DIOHIDReportTest.c28 static void __deviceReportCallback(void * context, IOReturn result, void * sender, IOHIDReportType type, uint32_t reportID, uint8_t * report, CFIndex reportLength) function
115 __deviceReportCallback(NULL, result, device, kIOHIDReportTypeInput, 0, report, reportSize);
296 IOHIDManagerRegisterInputReportCallback(manager, __deviceReportCallback, NULL);

Completed in 171 milliseconds