Home
last modified time | relevance | path

Searched refs:nextRepeatTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp329 if (currentTime >= mKeyRepeatState.nextRepeatTime) { in dispatchOnceInnerLocked()
332 if (mKeyRepeatState.nextRepeatTime < *nextWakeupTime) { in dispatchOnceInnerLocked()
333 *nextWakeupTime = mKeyRepeatState.nextRepeatTime; in dispatchOnceInnerLocked()
756 mKeyRepeatState.nextRepeatTime = currentTime + mConfig.keyRepeatDelay; in synthesizeKeyRepeatLocked()
806 mKeyRepeatState.nextRepeatTime = LONG_LONG_MAX; // don't generate repeats ourselves in dispatchKeyLocked()
810 mKeyRepeatState.nextRepeatTime = entry->eventTime + mConfig.keyRepeatTimeout; in dispatchKeyLocked()
DInputDispatcher.h1002 nsecs_t nextRepeatTime; member