Home
last modified time | relevance | path

Searched refs:mEventCond (Results 1 – 2 of 2) 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
/hardware/interfaces/automotive/vehicle/2.0/vts/functional/
DVtsHalAutomotiveVehicleV2_0TargetTest.cpp40 std::condition_variable mEventCond; member in VtsVehicleCallback
49 mEventCond.notify_one(); in onPropertyEvent()
65 return mEventCond.wait_for(g, kTimeout) == std::cv_status::timeout; in waitForExpectedEvents()
69 if (mEventCond.wait_for(g, kTimeout) == std::cv_status::timeout) { in waitForExpectedEvents()