Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp2743 while (injectionState->pendingForegroundDispatches != 0) { in injectInputEvent()
2746 injectionState->pendingForegroundDispatches); in injectInputEvent()
2816 injectionState->pendingForegroundDispatches += 1; in incrementPendingForegroundDispatchesLocked()
2823 injectionState->pendingForegroundDispatches -= 1; in decrementPendingForegroundDispatchesLocked()
2825 if (injectionState->pendingForegroundDispatches == 0) { in decrementPendingForegroundDispatchesLocked()
3855 pendingForegroundDispatches(0) { in InjectionState()
DInputDispatcher.h420 int32_t pendingForegroundDispatches; // the number of foreground dispatches in progress member