OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRepeatTime
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/inputflinger/
InputDispatcher.cpp
294
if (currentTime >= mKeyRepeatState.
nextRepeatTime
) {
297
if (mKeyRepeatState.
nextRepeatTime
< *nextWakeupTime) {
298
*nextWakeupTime = mKeyRepeatState.
nextRepeatTime
;
681
mKeyRepeatState.
nextRepeatTime
= currentTime + mConfig.keyRepeatDelay;
730
mKeyRepeatState.
nextRepeatTime
= LONG_LONG_MAX; // don't generate repeats ourselves
734
mKeyRepeatState.
nextRepeatTime
= entry->eventTime + mConfig.keyRepeatTimeout;
[
all
...]
InputDispatcher.h
[
all
...]
Completed in 1826 milliseconds