Searched refs:mEventCond (Results 1 – 2 of 2) sorted by relevance
102 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
90 std::condition_variable mEventCond; member in VtsVehicleCallback101 mEventCond.notify_one(); in onPropertyEvent()112 return mEventCond.wait_for(uniqueLock, timeout, [this, propId, expectedEvents] { in waitForExpectedEvents()