Home
last modified time | relevance | path

Searched refs:pendingForegroundDispatches (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInjectionState.cpp27 pendingForegroundDispatches(0) {} in InjectionState()
DInjectionState.h30 int32_t pendingForegroundDispatches; // the number of foreground dispatches in progress member
DInputDispatcher.cpp5017 while (injectionState->pendingForegroundDispatches != 0) { in injectInputEvent()
5020 injectionState->pendingForegroundDispatches); in injectInputEvent()
5142 entry.injectionState->pendingForegroundDispatches += 1; in incrementPendingForegroundDispatches()
5148 entry.injectionState->pendingForegroundDispatches -= 1; in decrementPendingForegroundDispatches()
5150 if (entry.injectionState->pendingForegroundDispatches == 0) { in decrementPendingForegroundDispatches()