Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3010 while (injectionState->pendingForegroundDispatches != 0) { in injectInputEvent()
3013 injectionState->pendingForegroundDispatches); in injectInputEvent()
3083 injectionState->pendingForegroundDispatches += 1; in incrementPendingForegroundDispatches()
3090 injectionState->pendingForegroundDispatches -= 1; in decrementPendingForegroundDispatches()
3092 if (injectionState->pendingForegroundDispatches == 0) { in decrementPendingForegroundDispatches()
4492 pendingForegroundDispatches(0) { in InjectionState()
DInputDispatcher.h469 int32_t pendingForegroundDispatches; // the number of foreground dispatches in progress member