HomeSort by relevance Sort by last modified time
    Searched refs:mAppQuit (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/contexthubhal/
nanohubhal.h 117 bool mAppQuit;
137 mAppQuit = false;
nanohubhal.cpp 204 mAppTxCond.wait(lk, [this] { return !mAppTxQueue.empty() || mAppQuit; });
205 if (mAppQuit) {
352 mAppQuit = true;

Completed in 121 milliseconds