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

/frameworks/base/services/input/
H A DInputDispatcher.cpp2685 while (injectionState->pendingForegroundDispatches != 0) {
2688 injectionState->pendingForegroundDispatches);
2758 injectionState->pendingForegroundDispatches += 1;
2765 injectionState->pendingForegroundDispatches -= 1;
2767 if (injectionState->pendingForegroundDispatches == 0) {
3756 pendingForegroundDispatches(0) {
H A DInputDispatcher.h414 int32_t pendingForegroundDispatches; // the number of foreground dispatches in progress member in struct:android::InputDispatcher::InjectionState

Completed in 110 milliseconds