Searched refs:mRuntimeSensorsCv (Results 1 – 2 of 2) sorted by relevance
558 std::condition_variable mRuntimeSensorsCv; variable
249 mRuntimeSensorsCv.notify_all(); in sendRuntimeSensorEvent()1302 mRuntimeSensorsCv.wait(lock, [this] { return !mRuntimeSensorEventQueue.empty(); }); in processRuntimeSensorEvents()