Searched refs:pendingForegroundDispatches (Results 1 – 3 of 3) sorted by relevance
29 pendingForegroundDispatches(0) {} in InjectionState()
49 int32_t pendingForegroundDispatches; // the number of foreground dispatches in progress member
3007 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()