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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2686 while (injectionState->pendingForegroundDispatches != 0) {
2689 injectionState->pendingForegroundDispatches);
2759 injectionState->pendingForegroundDispatches += 1;
2766 injectionState->pendingForegroundDispatches -= 1;
2768 if (injectionState->pendingForegroundDispatches == 0) {
3810 pendingForegroundDispatches(0) {
H A DInputDispatcher.h414 int32_t pendingForegroundDispatches; // the number of foreground dispatches in progress member in struct:android::InputDispatcher::InjectionState

Completed in 37 milliseconds