Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInjectionState.cpp29 pendingForegroundDispatches(0) {} in InjectionState()
DInjectionState.h49 int32_t pendingForegroundDispatches; // the number of foreground dispatches in progress member
DInputDispatcher.cpp3007 while (injectionState->pendingForegroundDispatches != 0) { in injectInputEvent()
3010 injectionState->pendingForegroundDispatches); in injectInputEvent()
3079 injectionState->pendingForegroundDispatches += 1; in incrementPendingForegroundDispatches()
3086 injectionState->pendingForegroundDispatches -= 1; in decrementPendingForegroundDispatches()
3088 if (injectionState->pendingForegroundDispatches == 0) { in decrementPendingForegroundDispatches()