Searched refs:dispatchInProgress (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp717 if (! entry->dispatchInProgress) {
748 entry->dispatchInProgress = true;
827 if (! entry->dispatchInProgress) {
828 entry->dispatchInProgress = true;
927 ALOG_ASSERT(eventEntry->dispatchInProgress); // should already have been set to true
3875 injectionState(NULL), dispatchInProgress(false) {
3958 dispatchInProgress = false;
H A DInputDispatcher.h443 bool dispatchInProgress; // initially false, set to true while dispatching member in struct:android::InputDispatcher::EventEntry

Completed in 65 milliseconds