Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/2.0/multihal/
DHalProxy.cpp455 mWakelockCV.notify_one(); in stopThreads()
530 mWakelockCV.wait(lock, [&] { return mWakelockRefCount > 0 || !mThreadsRun.load(); }); in handleWakelocks()
607 mWakelockCV.notify_one(); in incrementRefCountAndMaybeAcquireWakelock()
/hardware/interfaces/sensors/2.0/multihal/include/
DHalProxy.h236 std::condition_variable_any mWakelockCV; variable