• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/

Lines Matching defs:timeStamp

1621         AbsoluteTime timeStamp;
1623 clock_get_uptime(&timeStamp);
1625 dispatchKeyboardEvent(timeStamp, kHIDPage_Consumer, kHIDUsage_Csmr_Eject, 1, _keyboard.eject.options | kDelayedOption);
1626 dispatchKeyboardEvent(timeStamp, kHIDPage_Consumer, kHIDUsage_Csmr_Eject, 0, _keyboard.eject.options | kDelayedOption);
1639 AbsoluteTime timeStamp;
1641 clock_get_uptime(&timeStamp);
1643 dispatchKeyboardEvent(timeStamp, kHIDPage_KeyboardOrKeypad, kHIDUsage_KeyboardCapsLock, 1, _keyboard.caps.options | kDelayedOption);
1644 dispatchKeyboardEvent(timeStamp, kHIDPage_KeyboardOrKeypad, kHIDUsage_KeyboardCapsLock, 0, _keyboard.caps.options | kDelayedOption);
1679 AbsoluteTime timeStamp,
1747 event = IOHIDEvent::keyboardEvent(timeStamp, usagePage, usage, value, options);
1772 _keyboardNub->dispatchKeyboardEvent(timeStamp, usagePage, usage, (value != 0), options);
1795 _consumerNub->dispatchConsumerEvent(_keyboardNub, timeStamp, usagePage, usage, value, options);
1817 _keyboardNub->dispatchKeyboardEvent(timeStamp, usagePage, usage, value, options);
1821 _keyboardNub->dispatchKeyboardEvent(timeStamp, usagePage, usage, value, options);
1837 AbsoluteTime timeStamp,
1850 IOHIDEvent *event = IOHIDEvent::relativePointerEvent(timeStamp, dx, dy, 0, buttonState);
1864 _pointingNub->dispatchRelativePointerEvent(timeStamp, dx, dy, buttonState, options);
1884 AbsoluteTime timeStamp,
1897 dispatchDigitizerEvent(timeStamp, 0, kDigitizerTransducerTypeStylus, inRange, buttonState, __ScaleToFixed(x, bounds->minx, bounds->maxx), __ScaleToFixed(y, bounds->miny, bounds->maxy), __ScaleToFixed(tipPressure, tipPressureMin, tipPressureMax));
1920 _pointingNub->dispatchAbsolutePointerEvent(timeStamp, &newLoc, bounds, buttonState, inRange, tipPressure, tipPressureMin, tipPressureMax, options);
1931 AbsoluteTime timeStamp,
1944 IOHIDEvent *event = IOHIDEvent::scrollEvent(timeStamp, deltaAxis2, deltaAxis1, deltaAxis3); //yxz should be xyz
1959 _pointingNub->dispatchScrollWheelEvent(timeStamp, deltaAxis1, deltaAxis2, deltaAxis3, options);
1981 AbsoluteTime timeStamp,
2036 _pointingNub->dispatchTabletEvent(&tabletData, timeStamp);
2047 AbsoluteTime timeStamp,
2084 _pointingNub->dispatchProximityEvent(&tabletData, timeStamp);
2171 AbsoluteTime timeStamp,
2226 IOHIDEvent * subEvent = IOHIDEvent::multiAxisPointerEvent(timeStamp, buttonState, x, y, z, rX, rY, rZ);
2232 event = IOHIDEvent::relativePointerEvent(timeStamp, dx, dy, 0, buttonState);
2245 event = IOHIDEvent::scrollEvent(timeStamp, sx, sy, 0);
2260 dispatchRelativePointerEvent(timeStamp, dx, dy, buttonState, options);
2261 dispatchScrollWheelEvent(timeStamp, sy, sx, 0, options);
2291 AbsoluteTime timeStamp,
2335 childEvent = IOHIDEvent::digitizerEvent(timeStamp, transducerID, type, inRange, buttonState, x, y, z, tipPressure, auxPressure, twist, eventOptions);
2367 collectionEvent = IOHIDEvent::digitizerEvent(timeStamp, transducerID, type, inRange, buttonState, x, y, z, tipPressure, auxPressure, twist, eventOptions);
2392 dispatchTabletProximityEvent(timeStamp, transducerID, inRange, invert);
2409 dispatchTabletPointerEvent(timeStamp, transducerID, scaledX, scaledY, scaledZ, &bounds, buttonState, scaledTP, 0, EV_MAXPRESSURE, scaledBP, 0, EV_MAXPRESSURE, scaledTiltX, scaledTiltY, twist>>10 /*10:6 fixed*/);
2411 dispatchAbsolutePointerEvent(timeStamp, scaledX, scaledY, &bounds, buttonState, inRange, scaledTP, 0, EV_MAXPRESSURE);
2415 dispatchTabletProximityEvent(timeStamp, transducerID, inRange, invert);
2435 AbsoluteTime timeStamp,
2448 dispatchDigitizerEventWithOrientation(timeStamp, transducerID, type, inRange, buttonState, x, y, z, tipPressure, auxPressure, twist, kDigitizerOrientationTypeTilt, NULL, 0, options);
2456 AbsoluteTime timeStamp,
2473 dispatchDigitizerEventWithOrientation(timeStamp, transducerID, type, inRange, buttonState, x, y, z, tipPressure, auxPressure, twist, kDigitizerOrientationTypeTilt, params, sizeof(params)/sizeof(IOFixed), options);
2482 AbsoluteTime timeStamp,
2499 dispatchDigitizerEventWithOrientation(timeStamp, transducerID, type, inRange, buttonState, x, y, z, tipPressure, auxPressure, twist, kDigitizerOrientationTypePolar, params, sizeof(params)/sizeof(IOFixed), options);