Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp48 mStylusGestureNotifiedCondition.wait_for(lock, WAIT_TIMEOUT, [this]() REQUIRES(mLock) { in assertStylusGestureNotified()
254 mStylusGestureNotifiedCondition.notify_all(); in notifyStylusGestureStarted()
DFakeInputReaderPolicy.h101 std::condition_variable mStylusGestureNotifiedCondition; variable