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

/macosx-10.10.1/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDUserDevice.c88 } getReportWithReturnLength; member in struct:__IOHIDUserDevice
481 device->getReportWithReturnLength.callback = callback;
482 device->getReportWithReturnLength.refcon = refcon;
540 if ( device->getReportWithReturnLength.callback )
541 response[kIOHIDResourceUserClientResponseIndexResult] = (*device->getReportWithReturnLength.callback)(device->getReportWithReturnLength.refcon, header->type, header->reportID, responseReport, &responseLength);

Completed in 123 milliseconds