Searched refs:IOHIDMotionType (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.h212 @typedef IOHIDMotionType
223 typedef uint32_t IOHIDMotionType; typedef
246 typedef IOHIDMotionType IOHIDAccelerometerType;
258 typedef IOHIDMotionType IOHIDGyroType;
270 typedef IOHIDMotionType IOHIDCompassType;
H A DIOHIDEvent.h126 IOHIDMotionType type = 0,
135 IOHIDMotionType type = 0,
145 IOHIDMotionType type = 0,
H A DIOHIDEvent.cpp421 IOHIDMotionType type,
445 IOHIDMotionType type,
469 IOHIDMotionType type,

Completed in 123 milliseconds