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
40 std::condition_variable mEventCond; member in VtsVehicleCallback49 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()