Searched refs:mStopThread (Results 1 – 10 of 10) sorted by relevance
117 mStopThread = true; in HidlTearDown()131 mStopThread = false; in startPollingThread()160 while (!env->mStopThread.load()) { in pollingThread()
96 mStopThread = false; in startPollingThread()97 mPollThread = std::thread(pollingThread, this, std::ref(mStopThread)); in startPollingThread()
65 std::atomic_bool mStopThread; variable
69 mStopThread(false), in ECOSession()93 mStopThread = true; in ~ECOSession()112 while (!mStopThread) { in run()116 return mStopThread == true || !mStatsQueue.empty() || mNewListenerAdded; in run()119 if (mStopThread) return; in run()
31 mStopThread = true; in HidlTearDown()
58 mStopThread = true; in ~Sensor()115 while (!mStopThread) { in run()118 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mStopThread); in run()
72 std::atomic_bool mStopThread; variable
46 mStopThread = true; in ~Sensor()106 while (!mStopThread) { in run()109 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mStopThread); in run()
119 std::atomic<bool> mStopThread; variable