Searched refs:timeStamp (Results 1 - 25 of 84) sorted by relevance

1234

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventRepairDriver.cpp37 AbsoluteTime timeStamp __unused,
49 AbsoluteTime timeStamp,
55 super::dispatchScrollWheelEvent(timeStamp, deltaAxis1, 0, 0, options);
48 dispatchScrollWheelEvent( AbsoluteTime timeStamp, SInt32 deltaAxis1, SInt32 deltaAxis2 __unused, SInt32 deltaAxis3 __unused, IOOptionBits options) argument
H A DIOHIDEventRepairDriver.h42 AbsoluteTime timeStamp,
49 AbsoluteTime timeStamp,
H A DIOHIDEvent.h55 bool initWithTypeTimeStamp(IOHIDEventType type, AbsoluteTime timeStamp, IOOptionBits options = 0, IOByteCount additionalCapacity=0);
60 AbsoluteTime timeStamp,
67 AbsoluteTime timeStamp,
86 AbsoluteTime timeStamp,
94 AbsoluteTime timeStamp,
101 AbsoluteTime timeStamp,
108 AbsoluteTime timeStamp,
115 AbsoluteTime timeStamp,
122 AbsoluteTime timeStamp,
131 static IOHIDEvent * gyroEvent ( AbsoluteTime timeStamp,
[all...]
H A DIOHIDEvent.cpp91 bool IOHIDEvent::initWithTypeTimeStamp(IOHIDEventType type, AbsoluteTime timeStamp, IOOptionBits options, IOByteCount additionalCapacity) argument
96 _timeStamp = timeStamp;
134 void IOHIDEvent::setTimeStamp( AbsoluteTime timeStamp )
136 _timeStamp = timeStamp;
166 AbsoluteTime timeStamp,
185 me = IOHIDEvent::translationEvent(timeStamp, (data->mouseMove.dx<<16) + (data->mouseMove.subx<<8), (data->mouseMove.dy<<16) + (data->mouseMove.suby<<8), 0, options);
194 me = IOHIDEvent::keyboardEvent(timeStamp, kHIDPage_KeyboardOrKeypad, hid_adb_2_usb_keymap[data->key.keyCode], type==NX_KEYDOWN, options | (data->key.repeat ? kIOHIDKeyboardIsRepeat : 0));
198 me = IOHIDEvent::scrollEvent(timeStamp, data->scrollWheel.pointDeltaAxis2<<16, data->scrollWheel.pointDeltaAxis1<<16, data->scrollWheel.pointDeltaAxis3<<16, options);
201 me = IOHIDEvent::zoomEvent(timeStamp, data->scrollWheel.pointDeltaAxis2<<16, data->scrollWheel.pointDeltaAxis1<<16, data->scrollWheel.pointDeltaAxis3<<16, options);
206 me = IOHIDEvent::buttonEvent(timeStamp, dat
248 keyboardEvent( AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, Boolean down, IOOptionBits options) argument
272 unicodeEvent(AbsoluteTime timeStamp, UInt8 * payload, UInt32 length, IOHIDUnicodeEncodingType encoding, IOFixed quality, IOOptionBits options) argument
302 _axisEvent( IOHIDEventType type, AbsoluteTime timeStamp, IOFixed x, IOFixed y, IOFixed z, IOOptionBits options) argument
327 _motionEvent( IOHIDEventType type, AbsoluteTime timeStamp, IOFixed x, IOFixed y, IOFixed z, uint32_t motionType, uint32_t motionSubType, UInt32 sequence, IOOptionBits options) argument
361 translationEvent( AbsoluteTime timeStamp, IOFixed x, IOFixed y, IOFixed z, IOOptionBits options) argument
379 scrollEvent( AbsoluteTime timeStamp, SInt32 x, SInt32 y, SInt32 z, IOOptionBits options) argument
397 zoomEvent( AbsoluteTime timeStamp, IOFixed x, IOFixed y, IOFixed z, IOOptionBits options) argument
416 accelerometerEvent( AbsoluteTime timeStamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options) argument
440 gyroEvent( AbsoluteTime timeStamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options) argument
464 compassEvent( AbsoluteTime timeStamp, IOFixed x, IOFixed y, IOFixed z, IOHIDMotionType type, IOHIDMotionPath subType, UInt32 sequence, IOOptionBits options) argument
488 ambientLightSensorEvent( AbsoluteTime timeStamp, UInt32 level, UInt32 channel0, UInt32 channel1, UInt32 channel2, UInt32 channel3, IOOptionBits options) argument
517 proximityEvent( AbsoluteTime timeStamp, IOHIDProximityDetectionMask mask, UInt32 level, IOOptionBits options) argument
542 temperatureEvent( AbsoluteTime timeStamp, IOFixed temperature, IOOptionBits options) argument
563 buttonEvent( AbsoluteTime timeStamp, UInt32 mask, UInt8 number, bool state, IOOptionBits options) argument
599 buttonEvent( AbsoluteTime timeStamp, UInt32 mask, UInt8 number, IOFixed pressure, IOOptionBits options) argument
625 relativePointerEvent( AbsoluteTime timeStamp, SInt32 x, SInt32 y, SInt32 z, UInt32 buttonState, UInt32 oldButtonState, IOOptionBits options) argument
681 multiAxisPointerEvent( AbsoluteTime timeStamp, IOFixed x, IOFixed y, IOFixed z, IOFixed rX, IOFixed rY, IOFixed rZ, UInt32 buttonState, UInt32 oldButtonState, IOOptionBits options) argument
742 digitizerEvent( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOOptionBits options) argument
801 digitizerEventWithTiltOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed xTilt, IOFixed yTilt __unused, IOOptionBits options) argument
838 digitizerEventWithPolarOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed altitude, IOFixed azimuth, IOOptionBits options) argument
875 digitizerEventWithQualityOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed quality, IOFixed density, IOFixed irregularity, IOFixed majorRadius, IOFixed minorRadius, IOOptionBits options) argument
918 powerEvent( AbsoluteTime timeStamp, int64_t measurement, IOHIDPowerType powerType, IOHIDPowerSubType powerSubType, IOOptionBits options) argument
944 vendorDefinedEvent( AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, UInt32 version, UInt8 * data, UInt32 length, IOOptionBits options) argument
979 biometricEvent(AbsoluteTime timeStamp, IOFixed level, IOHIDBiometricEventType eventType, IOOptionBits options) argument
1000 atmosphericPressureEvent(AbsoluteTime timeStamp, IOFixed level, UInt32 sequence, IOOptionBits options) argument
[all...]
H A DIOHIDEventDriver.h131 void handleBootPointingReport(AbsoluteTime timeStamp, IOMemoryDescriptor * report, UInt32 reportID);
132 void handleRelativeReport(AbsoluteTime timeStamp, UInt32 reportID);
133 void handleMultiAxisPointerReport(AbsoluteTime timeStamp, UInt32 reportID);
134 void handleDigitizerReport(AbsoluteTime timeStamp, UInt32 reportID);
135 void handleDigitizerTransducerReport(DigitizerTransducer * transducer, AbsoluteTime timeStamp, UInt32 reportID);
136 void handleScrollReport(AbsoluteTime timeStamp, UInt32 reportID);
137 void handleKeboardReport(AbsoluteTime timeStamp, UInt32 reportID);
138 void handleUnicodeReport(AbsoluteTime timeStamp, UInt32 reportID);
139 void handleUnicodeLegacyReport(AbsoluteTime timeStamp, UInt32 reportID);
140 void handleUnicodeGestureReport(AbsoluteTime timeStamp, UInt3
[all...]
H A DIOHIDPointing.h64 AbsoluteTime timeStamp,
75 AbsoluteTime timeStamp,
82 AbsoluteTime timeStamp,
H A DAppleEmbeddedHIDEventService.cpp155 void AppleEmbeddedHIDEventService::dispatchVendorDefinedEvent(AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, UInt32 version, UInt8 * data, UInt32 length, IOOptionBits options) argument
157 IOHIDEvent * event = IOHIDEvent::vendorDefinedEvent(timeStamp, usagePage, usage, version, data, length, options);
168 void AppleEmbeddedHIDEventService::dispatchBiometricEvent(AbsoluteTime timeStamp, IOFixed level, IOHIDBiometricEventType eventType, IOOptionBits options) argument
170 IOHIDEvent * event = IOHIDEvent::biometricEvent(timeStamp, level, eventType, options);
181 void AppleEmbeddedHIDEventService::dispatchAtmosphericPressureEvent(AbsoluteTime timeStamp, IOFixed level, UInt32 sequence, IOOptionBits options) argument
183 IOHIDEvent * event = IOHIDEvent::atmosphericPressureEvent(timeStamp, level, sequence, options);
H A DAppleEmbeddedHIDEventService.h53 virtual void dispatchVendorDefinedEvent(AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, UInt32 version, UInt8 * data, UInt32 length, IOOptionBits options = 0);
55 virtual void dispatchBiometricEvent(AbsoluteTime timeStamp, IOFixed level, IOHIDBiometricEventType eventType, IOOptionBits options = 0);
57 virtual void dispatchAtmosphericPressureEvent(AbsoluteTime timeStamp, IOFixed level, UInt32 sequence=0, IOOptionBits options=0);
H A DIOHIDEventService.h295 AbsoluteTime timeStamp,
302 AbsoluteTime timeStamp,
309 AbsoluteTime timeStamp,
321 AbsoluteTime timeStamp,
328 AbsoluteTime timeStamp,
347 AbsoluteTime timeStamp,
389 @param timeStamp AbsoluteTime representing origination of event
401 AbsoluteTime timeStamp,
435 @param timeStamp AbsoluteTime representing origination of event
454 AbsoluteTime timeStamp,
[all...]
H A DIOHIDEventSystem.cpp38 AbsoluteTime timeStamp; member in struct:_HIDEventArgs
258 AbsoluteTime timeStamp,
268 args.timeStamp = timeStamp;
285 IOLog("IOHIDEventSystem::handleHIDEventGated: type=%d timestamp=%lld\n", 0, *((UInt64 *)&(eventArgsRef->timeStamp)));
289 IOLog("IOHIDEventSystem::handleHIDEventGated: eventCount=%d timestamp=%lld\n", eventArgsRef->eventCount, *((UInt64 *)&(eventArgsRef->timeStamp)));
256 handleHIDEvent( void * refCon, AbsoluteTime timeStamp, UInt32 eventCount, IOHIDEvent * events, IOOptionBits options) argument
H A DIOHIDPointing.cpp109 AbsoluteTime timeStamp,
138 super::dispatchAbsolutePointerEvent(newLoc, bounds, buttonState, inRange, tipPressure, tipPressureMin, tipPressureMax, 90, timeStamp);
145 AbsoluteTime timeStamp,
164 super::dispatchRelativePointerEvent(dx, dy, buttonState, timeStamp);
171 AbsoluteTime timeStamp,
243 super::dispatchScrollWheelEvent(deltaAxis1, deltaAxis2, deltaAxis3, timeStamp);
108 dispatchAbsolutePointerEvent( AbsoluteTime timeStamp, IOGPoint * newLoc, IOGBounds * bounds, UInt32 buttonState, bool inRange, SInt32 tipPressure, SInt32 tipPressureMin, SInt32 tipPressureMax, IOOptionBits options) argument
144 dispatchRelativePointerEvent( AbsoluteTime timeStamp, SInt32 dx, SInt32 dy, UInt32 buttonState, IOOptionBits options) argument
170 dispatchScrollWheelEvent( AbsoluteTime timeStamp, SInt32 deltaAxis1, SInt32 deltaAxis2, UInt32 deltaAxis3, IOOptionBits options) argument
H A DIOHIDEventDriver.cpp1447 AbsoluteTime timeStamp,
1457 handleBootPointingReport(timeStamp, report, reportID);
1458 handleRelativeReport(timeStamp, reportID);
1459 handleMultiAxisPointerReport(timeStamp, reportID);
1460 handleDigitizerReport(timeStamp, reportID);
1461 handleScrollReport(timeStamp, reportID);
1462 handleKeboardReport(timeStamp, reportID);
1463 handleUnicodeReport(timeStamp, reportID);
1469 void IOHIDEventDriver::handleBootPointingReport(AbsoluteTime timeStamp, IOMemoryDescriptor * report, UInt32 reportID) argument
1495 dispatchRelativePointerEvent(timeStamp, d
1446 handleInterruptReport( AbsoluteTime timeStamp, IOMemoryDescriptor * report, IOHIDReportType reportType, UInt32 reportID) argument
1504 handleMultiAxisPointerReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1567 handleRelativeReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1625 handleDigitizerReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1647 handleDigitizerTransducerReport(DigitizerTransducer * transducer, AbsoluteTime timeStamp, UInt32 reportID) argument
1781 handleScrollReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1846 handleKeboardReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1929 handleUnicodeReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1938 handleUnicodeLegacyReport(AbsoluteTime timeStamp, UInt32 reportID) argument
1982 handleUnicodeGestureReport(AbsoluteTime timeStamp, UInt32 reportID) argument
2023 handleUnicodeGestureCandidateReport(EventElementCollection * candidate, AbsoluteTime timeStamp, UInt32 reportID) argument
[all...]
H A DIOHIDEventService.cpp1416 AbsoluteTime timeStamp; local
1418 clock_get_uptime(&timeStamp);
1420 dispatchKeyboardEvent(timeStamp, kHIDPage_Consumer, kHIDUsage_Csmr_Eject, 1, _keyboard.eject.options | kDelayedOption);
1421 dispatchKeyboardEvent(timeStamp, kHIDPage_Consumer, kHIDUsage_Csmr_Eject, 0, _keyboard.eject.options | kDelayedOption);
1434 AbsoluteTime timeStamp; local
1436 clock_get_uptime(&timeStamp);
1438 dispatchKeyboardEvent(timeStamp, kHIDPage_KeyboardOrKeypad, kHIDUsage_KeyboardCapsLock, 1, _keyboard.caps.options | kDelayedOption);
1439 dispatchKeyboardEvent(timeStamp, kHIDPage_KeyboardOrKeypad, kHIDUsage_KeyboardCapsLock, 0, _keyboard.caps.options | kDelayedOption);
1474 AbsoluteTime timeStamp,
1542 event = IOHIDEvent::keyboardEvent(timeStamp, usagePag
1473 dispatchKeyboardEvent( AbsoluteTime timeStamp, UInt32 usagePage, UInt32 usage, UInt32 value, IOOptionBits options) argument
1631 dispatchRelativePointerEvent( AbsoluteTime timeStamp, SInt32 dx, SInt32 dy, UInt32 buttonState, IOOptionBits options) argument
1683 dispatchAbsolutePointerEvent( AbsoluteTime timeStamp, SInt32 x, SInt32 y, IOGBounds * bounds, UInt32 buttonState, bool inRange, SInt32 tipPressure, SInt32 tipPressureMin, SInt32 tipPressureMax, IOOptionBits options) argument
1730 dispatchScrollWheelEvent( AbsoluteTime timeStamp, SInt32 deltaAxis1, SInt32 deltaAxis2, SInt32 deltaAxis3, IOOptionBits options) argument
1784 dispatchTabletPointerEvent( AbsoluteTime timeStamp, UInt32 transducerID __unused, SInt32 x, SInt32 y, SInt32 z, IOGBounds * bounds __unused, UInt32 buttonState, SInt32 tipPressure, SInt32 tipPressureMin, SInt32 tipPressureMax, SInt32 barrelPressure, SInt32 barrelPressureMin, SInt32 barrelPressureMax, SInt32 tiltX, SInt32 tiltY, UInt32 twist, IOOptionBits options) argument
1846 dispatchTabletProximityEvent( AbsoluteTime timeStamp, UInt32 transducerID, bool inRange, bool invert, UInt32 vendorTransducerUniqueID, UInt32 vendorTransducerSerialNumber, IOOptionBits options) argument
1983 dispatchMultiAxisPointerEvent( AbsoluteTime timeStamp, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed rX, IOFixed rY, IOFixed rZ, IOOptionBits options) argument
2105 dispatchDigitizerEventWithOrientation( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type __unused, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, DigitizerOrientationType orientationType, IOFixed * orientationParams, UInt32 orientationParamCount, IOOptionBits options) argument
2249 dispatchDigitizerEvent( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOOptionBits options ) argument
2270 dispatchDigitizerEventWithTiltOrientation( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed tiltX, IOFixed tiltY, IOOptionBits options) argument
2296 dispatchDigitizerEventWithPolarOrientation( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed altitude, IOFixed azimuth, IOOptionBits options) argument
2322 dispatchUnicodeEvent(AbsoluteTime timeStamp, UInt8 * payload, UInt32 length, UnicodeEncodingType encoding, IOFixed quality, IOOptionBits options) argument
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDPrivate.cpp32 AbsoluteTime timeStamp; local
59 clock_get_uptime( &timeStamp );
68 timeStamp);
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DWebEvent.h111 timeStamp:(CFTimeInterval)timeStamp
114 - (WebEvent *)initWithScrollWheelEventWithTimeStamp:(CFTimeInterval)timeStamp
120 timeStamp:(CFTimeInterval)timeStamp
132 timeStamp:(CFTimeInterval)timeStamp
143 timeStamp:(CFTimeInterval)timeStamp
H A DWebEvent.mm46 timeStamp:(CFTimeInterval)timeStamp
54 _timestamp = timeStamp;
61 - (WebEvent *)initWithScrollWheelEventWithTimeStamp:(CFTimeInterval)timeStamp
71 _timestamp = timeStamp;
81 timeStamp:(CFTimeInterval)timeStamp
96 _timestamp = timeStamp;
124 timeStamp:(CFTimeInterval)timeStamp
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.h29 UInt32 timeStamp; // timestamp of the log entry - in microseconds member in struct:IrDAEventDesc
63 Boolean timeStamp); // true if want log entry timestamped
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDValue.h69 @param timeStamp OS absolute time timestamp for this value.
74 IOHIDValueRef IOHIDValueCreateWithIntegerValue(CFAllocatorRef allocator, IOHIDElementRef element, uint64_t timeStamp, CFIndex value)
86 @param timeStamp OS absolute time timestamp for this value.
92 IOHIDValueRef IOHIDValueCreateWithBytes(CFAllocatorRef allocator, IOHIDElementRef element, uint64_t timeStamp, const uint8_t * bytes, CFIndex length)
104 @param timeStamp OS absolute time timestamp for this value.
110 IOHIDValueRef IOHIDValueCreateWithBytesNoCopy(CFAllocatorRef allocator, IOHIDElementRef element, uint64_t timeStamp, const uint8_t * bytes, CFIndex length)
H A DIOHIDValue.c48 uint64_t timeStamp; member in struct:__IOHIDValue
126 event->timeStamp = *((uint64_t *)&(pElementValue->timestamp));
151 event->timeStamp = *((uint64_t *)&(pEventStruct->timestamp));
164 IOHIDValueRef IOHIDValueCreateWithIntegerValue(CFAllocatorRef allocator, IOHIDElementRef element, uint64_t timeStamp, CFIndex value) argument
180 event->timeStamp = timeStamp;
190 IOHIDValueRef IOHIDValueCreateWithBytes(CFAllocatorRef allocator, IOHIDElementRef element, uint64_t timeStamp, const uint8_t * bytes, CFIndex byteLength) argument
205 event->timeStamp = timeStamp;
213 IOHIDValueRef IOHIDValueCreateWithBytesNoCopy(CFAllocatorRef allocator, IOHIDElementRef element, uint64_t timeStamp, cons argument
[all...]
H A DIOHIDBase.h109 @param timeStamp The time at which the report arrived.
119 uint64_t timeStamp);
/macosx-10.10/WebCore-7600.1.25/html/
H A DTypeAhead.cpp62 if (event->timeStamp() < m_lastTypeTime)
66 DOMTimeStamp delta = event->timeStamp() - m_lastTypeTime;
67 m_lastTypeTime = event->timeStamp();
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DGetEntry.h28 UInt32 timeStamp; // timestamp of the log entry - in microseconds member in struct:IrDAEventDesc
/macosx-10.10/WebCore-7600.1.25/history/
H A DCachedPage.h48 double timeStamp() const { return m_timeStamp; } function in class:WebCore::CachedPage
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODMAEventSource.h46 typedef void (*Action)(OSObject *owner, IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
51 virtual void notifyDMACommand(IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODMAController.cpp101 void IODMAController::notifyDMACommand(IODMAEventSource *dmaES, IODMACommand *dmaCommand, IOReturn status, IOByteCount actualByteCount, AbsoluteTime timeStamp) argument
103 dmaES->notifyDMACommand(dmaCommand, status, actualByteCount, timeStamp);

Completed in 348 milliseconds

1234