Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp2801 while (injectionState->pendingForegroundDispatches != 0) { in injectInputEvent()
2804 injectionState->pendingForegroundDispatches); in injectInputEvent()
2874 injectionState->pendingForegroundDispatches += 1; in incrementPendingForegroundDispatchesLocked()
2881 injectionState->pendingForegroundDispatches -= 1; in decrementPendingForegroundDispatchesLocked()
2883 if (injectionState->pendingForegroundDispatches == 0) { in decrementPendingForegroundDispatchesLocked()
3917 pendingForegroundDispatches(0) { in InjectionState()
DInputDispatcher.h419 int32_t pendingForegroundDispatches; // the number of foreground dispatches in progress member