Home
last modified time | relevance | path

Searched refs:mRuntimeSensorsCv (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorService.h558 std::condition_variable mRuntimeSensorsCv; variable
DSensorService.cpp249 mRuntimeSensorsCv.notify_all(); in sendRuntimeSensorEvent()
1302 mRuntimeSensorsCv.wait(lock, [this] { return !mRuntimeSensorEventQueue.empty(); }); in processRuntimeSensorEvents()