Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.h134 std::condition_variable mDoneCond; variable
152 mDoneCond.notify_all(); in complete()
176 mDoneCond.wait(lk, [this] { return mState == SESSION_DONE; }); in wait()