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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceUserClient.h111 virtual IOHIDEvent * copyEvent(IOHIDEventType type, IOHIDEvent * matching, IOOptionBits options = 0);
H A DIOHIDEventServiceUserClient.cpp322 outEvent = target->copyEvent(arguments->scalarInput[0], inEvent, arguments->scalarInput[1]);
351 // IOHIDEventServiceUserClient::copyEvent
353 IOHIDEvent * IOHIDEventServiceUserClient::copyEvent(IOHIDEventType type, IOHIDEvent * matching, IOOptionBits options) function in class:IOHIDEventServiceUserClient
355 return _owner ? _owner->copyEvent(type, matching, options) : NULL;
H A DIOHIDEventService.h641 virtual IOHIDEvent * copyEvent(
H A DIOHIDEventService.cpp2464 // IOHIDEventService::copyEvent
2467 IOHIDEvent * IOHIDEventService::copyEvent( function in class:IOHIDEventService
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDEventServiceClass.h105 virtual IOHIDEventRef copyEvent(IOHIDEventType type, IOHIDEventRef matching, IOOptionBits options);
H A DIOHIDEventServiceClass.cpp198 return getThis(self)->copyEvent(type, matching, options);
589 // IOHIDEventServiceClass::copyEvent
591 IOHIDEventRef IOHIDEventServiceClass::copyEvent(IOHIDEventType eventType, IOHIDEventRef matching, IOOptionBits options) function in class:IOHIDEventServiceClass

Completed in 134 milliseconds