Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dnanohubhal.h117 bool mAppQuit; variable
137 mAppQuit = false; in reset()
Dnanohubhal.cpp204 mAppTxCond.wait(lk, [this] { return !mAppTxQueue.empty() || mAppQuit; }); in runAppTx()
205 if (mAppQuit) { in runAppTx()
352 mAppQuit = true; in closeHub()