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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2711 while (injectionState->pendingForegroundDispatches != 0) {
2714 injectionState->pendingForegroundDispatches);
2784 injectionState->pendingForegroundDispatches += 1;
2791 injectionState->pendingForegroundDispatches -= 1;
2793 if (injectionState->pendingForegroundDispatches == 0) {
3823 pendingForegroundDispatches(0) {
H A DInputDispatcher.h414 int32_t pendingForegroundDispatches; // the number of foreground dispatches in progress member in struct:android::InputDispatcher::InjectionState

Completed in 144 milliseconds