Searched refs:pendingForegroundDispatches (Results 1 – 3 of 3) sorted by relevance
27 pendingForegroundDispatches(0) {} in InjectionState()
30 int32_t pendingForegroundDispatches; // the number of foreground dispatches in progress member
5017 while (injectionState->pendingForegroundDispatches != 0) { in injectInputEvent()5020 injectionState->pendingForegroundDispatches); in injectInputEvent()5142 entry.injectionState->pendingForegroundDispatches += 1; in incrementPendingForegroundDispatches()5148 entry.injectionState->pendingForegroundDispatches -= 1; in decrementPendingForegroundDispatches()5150 if (entry.injectionState->pendingForegroundDispatches == 0) { in decrementPendingForegroundDispatches()