Searched refs:nextRepeatTime (Results 1 – 2 of 2) sorted by relevance
272 nsecs_t nextRepeatTime; member
734 if (currentTime >= mKeyRepeatState.nextRepeatTime) { in dispatchOnceInnerLocked()737 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) { in dispatchOnceInnerLocked()738 *nextWakeupTime = mKeyRepeatState.nextRepeatTime; in dispatchOnceInnerLocked()1243 mKeyRepeatState.nextRepeatTime = currentTime + mConfig.keyRepeatDelay; in synthesizeKeyRepeatLocked()1409 mKeyRepeatState.nextRepeatTime = LONG_LONG_MAX; // don't generate repeats ourselves in dispatchKeyLocked()1413 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout; in dispatchKeyLocked()