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

/device/google/contexthub/contexthubhal/
H A Dnanohubhal.h82 bool mAppQuit; member in class:android::nanohub::NanoHub
102 mAppQuit = false;
H A Dnanohubhal.cpp193 mAppTxCond.wait(lk, [this] { return !mAppTxQueue.empty() || mAppQuit; });
194 if (mAppQuit) {
328 mAppQuit = true;

Completed in 135 milliseconds