OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatchInProgress
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/inputflinger/
InputDispatcher.cpp
717
if (! entry->
dispatchInProgress
) {
748
entry->
dispatchInProgress
= true;
827
if (! entry->
dispatchInProgress
) {
828
entry->
dispatchInProgress
= true;
[
all
...]
InputDispatcher.h
443
bool
dispatchInProgress
; // initially false, set to true while dispatching
[
all
...]
Completed in 1795 milliseconds