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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp696 #define _periodicEventLast (_privateData->periodicEventLast) macro
2648 if ((scheduledEvent > _periodicEventLast) && (scheduledEvent < (now + kOneMS))) {
2652 if (scheduledEvent <= _periodicEventLast) {
2751 clock_get_uptime(&_periodicEventLast); // update last event
2755 if (_periodicEventLast >= _cursorMoveLast + _cursorMoveDelta) {
2760 _cursorMoveLast = _periodicEventLast;
2774 _cursorWaitLast = _periodicEventLast;
2781 _cursorWaitLast = _periodicEventLast;
2785 if (evg->waitCursorUp && ((_cursorWaitLast + _cursorWaitDelta) < _periodicEventLast)) {
2787 _cursorWaitLast = _periodicEventLast;
[all...]

Completed in 134 milliseconds