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
3446 while (injectionState->pendingForegroundDispatches != 0) { in injectInputEvent()3449 injectionState->pendingForegroundDispatches); in injectInputEvent()3550 injectionState->pendingForegroundDispatches += 1; in incrementPendingForegroundDispatches()3557 injectionState->pendingForegroundDispatches -= 1; in decrementPendingForegroundDispatches()3559 if (injectionState->pendingForegroundDispatches == 0) { in decrementPendingForegroundDispatches()