Home
last modified time | relevance | path

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

/packages/services/Car/cpp/surround_view/service-impl/
DVhalHandler.cpp131 mPollThreadCondition.wait_for(sleepLock, std::chrono::nanoseconds(sleepDurationNs), in pollProperties()
230 mPollThreadCondition.notify_one(); in stopPropertiesUpdate()
DVhalHandler.h97 std::condition_variable mPollThreadCondition; variable