Home
last modified time | relevance | path

Searched refs:mInjectionSyncFinished (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h265 std::condition_variable mInjectionSyncFinished; variable
H A DInputDispatcher.cpp4256 mInjectionSyncFinished.wait_for(_l, std::chrono::nanoseconds(remainingTimeout)); in injectInputEvent()
4359 mInjectionSyncFinished.notify_all(); in decrementPendingForegroundDispatches()