Searched refs:nextRepeatTime (Results 1 – 2 of 2) sorted by relevance
212 nsecs_t nextRepeatTime; member
312 if (currentTime >= mKeyRepeatState.nextRepeatTime) { in dispatchOnceInnerLocked()315 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) { in dispatchOnceInnerLocked()316 *nextWakeupTime = mKeyRepeatState.nextRepeatTime; in dispatchOnceInnerLocked()739 mKeyRepeatState.nextRepeatTime = currentTime + mConfig.keyRepeatDelay; in synthesizeKeyRepeatLocked()786 mKeyRepeatState.nextRepeatTime = LONG_LONG_MAX; // don't generate repeats ourselves in dispatchKeyLocked()790 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout; in dispatchKeyLocked()