Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp157 if (!mPointerCaptureChangedCondition in assertSetPointerCaptureCalled()
179 if (mPointerCaptureChangedCondition.wait_for(lock, 100ms) != std::cv_status::timeout) { in assertSetPointerCaptureNotCalled()
472 mPointerCaptureChangedCondition.notify_all(); in setPointerCapture()
DFakeInputDispatcherPolicy.h128 std::condition_variable mPointerCaptureChangedCondition; variable