Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp250 if (!mPointerCaptureChangedCondition.wait_for(lock, 100ms, in assertSetPointerCaptureCalled()
268 if (mPointerCaptureChangedCondition.wait_for(lock, 100ms) != std::cv_status::timeout) { in assertSetPointerCaptureNotCalled()
290 std::condition_variable mPointerCaptureChangedCondition; member in android::inputdispatcher::FakeInputDispatcherPolicy
412 mPointerCaptureChangedCondition.notify_all(); in setPointerCapture()