Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalTestUtils.h102 mEventCond.notify_one(); in onPropertyEvent()
120 return mEventCond.wait_for(g, kTimeout) == std::cv_status::timeout; in waitForExpectedEvents()
124 if (mEventCond.wait_for(g, kTimeout) == std::cv_status::timeout) { in waitForExpectedEvents()
141 std::condition_variable mEventCond; variable