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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DAppleEmbeddedHIDEventService.h39 virtual void dispatchAccelerometerEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type = 0, IOHIDMotionPath subType = 0, UInt32 sequence = 0, IOOptionBits options=0);
41 virtual void dispatchGyroEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type = 0, IOHIDMotionPath subType = 0, UInt32 sequence = 0, IOOptionBits options=0);
43 virtual void dispatchCompassEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type=0, IOHIDMotionPath subType = 0, UInt32 sequence = 0, IOOptionBits options=0);
H A DAppleEmbeddedHIDEventService.cpp63 void AppleEmbeddedHIDEventService::dispatchAccelerometerEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options)
77 void AppleEmbeddedHIDEventService::dispatchGyroEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options)
90 void AppleEmbeddedHIDEventService::dispatchCompassEvent(AbsoluteTime timestamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options)
H A DIOHIDEventTypes.h226 @typedef IOHIDMotionPath
236 typedef uint32_t IOHIDMotionPath; typedef
247 typedef IOHIDMotionPath IOHIDAccelerometerSubType;
259 typedef IOHIDMotionPath IOHIDGyroSubType;
271 typedef IOHIDMotionPath IOHIDCompassSubType;
H A DIOHIDEvent.h127 IOHIDMotionPath subType = 0,
136 IOHIDMotionPath subType = 0,
146 IOHIDMotionPath subType = 0,
H A DIOHIDEvent.cpp422 IOHIDMotionPath subType,
446 IOHIDMotionPath subType,
470 IOHIDMotionPath subType,

Completed in 146 milliseconds