Searched refs:nextRepeatTime (Results 1 – 2 of 2) sorted by relevance
294 if (currentTime >= mKeyRepeatState.nextRepeatTime) { in dispatchOnceInnerLocked()297 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) { in dispatchOnceInnerLocked()298 *nextWakeupTime = mKeyRepeatState.nextRepeatTime; in dispatchOnceInnerLocked()681 mKeyRepeatState.nextRepeatTime = currentTime + mConfig.keyRepeatDelay; in synthesizeKeyRepeatLocked()730 mKeyRepeatState.nextRepeatTime = LONG_LONG_MAX; // don't generate repeats ourselves in dispatchKeyLocked()734 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout; in dispatchKeyLocked()
917 nsecs_t nextRepeatTime; member