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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventOverrideDriver.h45 IOHIDEventType eventType;
H A DIOHIDEvent.h54 bool initWithType(IOHIDEventType type, IOByteCount additionalCapacity=0);
55 bool initWithTypeTimeStamp(IOHIDEventType type, AbsoluteTime timeStamp, IOOptionBits options = 0, IOByteCount additionalCapacity=0);
59 static IOHIDEvent * _axisEvent ( IOHIDEventType type,
66 static IOHIDEvent * _motionEvent ( IOHIDEventType type,
80 static IOHIDEvent * withType( IOHIDEventType type = kIOHIDEventTypeNULL,
298 virtual IOHIDEventType getType();
299 virtual void setType(IOHIDEventType type);
304 virtual IOHIDEvent * getEvent(IOHIDEventType type, IOOptionBits options = 0);
H A DIOHIDEventServiceUserClient.h111 virtual IOHIDEvent * copyEvent(IOHIDEventType type, IOHIDEvent * matching, IOOptionBits options = 0);
H A DIOHIDEvent.cpp73 bool IOHIDEvent::initWithType(IOHIDEventType type, IOByteCount additionalCapacity)
91 bool IOHIDEvent::initWithTypeTimeStamp(IOHIDEventType type, AbsoluteTime timeStamp, IOOptionBits options, IOByteCount additionalCapacity)
142 IOHIDEvent * IOHIDEvent::withType( IOHIDEventType type,
302 IOHIDEvent * IOHIDEvent::_axisEvent( IOHIDEventType type,
327 IOHIDEvent * IOHIDEvent::_motionEvent ( IOHIDEventType type,
1038 IOHIDEventType IOHIDEvent::getType()
1046 void IOHIDEvent::setType(IOHIDEventType type)
1054 IOHIDEvent * IOHIDEvent::getEvent( IOHIDEventType type,
H A DIOHIDEventData.h52 IOHIDEventType type; \
975 { IOHIDEventType fieldEvType = IOHIDEventFieldEventType(field); \
984 { IOHIDEventType fieldEvType = IOHIDEventFieldEventType(field); \
993 { IOHIDEventType fieldEvType = IOHIDEventFieldEventType(field); \
1586 { IOHIDEventType fieldEvType = IOHIDEventFieldEventType(field); \
1595 { IOHIDEventType fieldEvType = IOHIDEventFieldEventType(field); \
H A DIOHIDEventServiceUserClient.cpp353 IOHIDEvent * IOHIDEventServiceUserClient::copyEvent(IOHIDEventType type, IOHIDEvent * matching, IOOptionBits options)
H A DIOHIDEventTypes.h34 @typedef IOHIDEventType
115 typedef uint32_t IOHIDEventType; typedef
H A DIOHIDEventService.h642 IOHIDEventType type,
H A DIOHIDEventService.cpp2468 IOHIDEventType type,
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDEventServiceClass.h80 static IOHIDEventRef _copyEvent(void *self, IOHIDEventType type, IOHIDEventRef matching, IOOptionBits options);
105 virtual IOHIDEventRef copyEvent(IOHIDEventType type, IOHIDEventRef matching, IOOptionBits options);
H A DIOHIDEventServiceClass.cpp196 IOHIDEventRef IOHIDEventServiceClass::_copyEvent(void *self, IOHIDEventType type, IOHIDEventRef matching, IOOptionBits options)
591 IOHIDEventRef IOHIDEventServiceClass::copyEvent(IOHIDEventType eventType, IOHIDEventRef matching, IOOptionBits options)
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDUserClient.cpp595 IOHIDEventType eventType = (uintptr_t) p1;
/macosx-10.10.1/IOHIDFamily-606.1.7/tools/
H A DIOHIDEventSystemMonitor.c58 IOHIDEventType type = IOHIDEventGetType(event);
301 static IOHIDEventRef VirtualCopyEvent(void * target, void * refcon, IOHIDEventType type, IOHIDEventRef matching, IOOptionBits options)

Completed in 215 milliseconds