OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interceptKeyWakeupTime
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/input/
InputDispatcher.cpp
751
if (currentTime < entry->
interceptKeyWakeupTime
) {
752
if (entry->
interceptKeyWakeupTime
< *nextWakeupTime) {
753
*nextWakeupTime = entry->
interceptKeyWakeupTime
;
758
entry->
interceptKeyWakeupTime
= 0;
[
all
...]
InputDispatcher.h
492
nsecs_t
interceptKeyWakeupTime
; // used with INTERCEPT_KEY_RESULT_TRY_AGAIN_LATER
[
all
...]
Completed in 26 milliseconds