Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dnanohubhal.h82 bool mAppQuit; variable
102 mAppQuit = false; in reset()
Dnanohubhal.cpp193 mAppTxCond.wait(lk, [this] { return !mAppTxQueue.empty() || mAppQuit; }); in runAppTx()
194 if (mAppQuit) { in runAppTx()
328 mAppQuit = true; in closeHub()