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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp229 #define _asyncReportQueue _reserved->asyncReportQueue macro
2250 if (!_asyncReportQueue) {
2251 _asyncReportQueue = IOHIDAsyncReportQueue::withOwner(this);
2253 if (_asyncReportQueue) {
2254 /*status =*/ getWorkLoop()->addEventSource ( _asyncReportQueue );
2258 if (_asyncReportQueue) {
2259 result = _asyncReportQueue->postReport(timeStamp, report, reportType, options, completionTimeout, completion);

Completed in 118 milliseconds