Searched refs:mEventCV (Results 1 – 2 of 2) sorted by relevance
82 mEventCV.notify_all(); in onEvent()106 mEventCV.wait_for(lock, timeout, [&] { return eventsReceived(sensorsToWaitFor); }); in waitForEvents()135 std::condition_variable_any mEventCV; variable
240 mEventCV.notify_all(); in onEvent()264 mEventCV.wait_for(lock, timeout, [&] { return eventsReceived(sensorsToWaitFor); }); in waitForEvents()292 std::condition_variable_any mEventCV; member in EventCallback