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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp231 #define _eventSource _reserved->eventSource macro
233 #define WORKLOOP_LOCK ((IOHIDEventSource *)_eventSource)->lock()
234 #define WORKLOOP_UNLOCK ((IOHIDEventSource *)_eventSource)->unlock()
348 if (_eventSource)
350 _eventSource->release();
351 _eventSource = NULL;
431 _eventSource = IOHIDEventSource::HIDEventSource(this, NULL);
432 require_action(_eventSource, error, result=false);
433 require_noerr_action(_workLoop->addEventSource(_eventSource), error, result=false);
568 if (_eventSource)
[all...]

Completed in 115 milliseconds