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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp2661 uint64_t nextWait = _cursorWaitLast + _cursorWaitDelta; local
2675 if (scheduledEvent > nextWait) {
2677 scheduledEvent = nextWait;
2694 scheduledEvent, nextMove, nextWait, _cursorWaitDelta);
2696 IOHID_DEBUG(kIOHIDDebugCode_Scheduling, scheduledEvent, nextMove, nextWait, 0);

Completed in 140 milliseconds