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

/frameworks/base/services/input/
H A DInputDispatcher.cpp699 if (! entry->dispatchInProgress) {
730 entry->dispatchInProgress = true;
809 if (! entry->dispatchInProgress) {
810 entry->dispatchInProgress = true;
902 ALOG_ASSERT(eventEntry->dispatchInProgress); // should already have been set to true
3776 injectionState(NULL), dispatchInProgress(false) {
3854 dispatchInProgress = false;
H A DInputDispatcher.h437 bool dispatchInProgress; // initially false, set to true while dispatching member in struct:android::InputDispatcher::EventEntry

Completed in 207 milliseconds