Searched refs:mStopThread (Results 1 – 9 of 9) sorted by relevance
29 mStopThread = true; in HidlTearDown()103 mStopThread = false; in startPollingThread()104 mPollThread = std::thread(pollingThread, this, std::ref(mStopThread)); in startPollingThread()
107 mStopThread = true; in HidlTearDown()121 mStopThread = false; in startPollingThread()150 while (!env->mStopThread.load()) { in pollingThread()
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()
100 std::atomic_bool mStopThread; variable
50 mStopThread = true; in ~Sensor()110 while (!mStopThread) { in run()113 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mStopThread); in run()
79 std::atomic_bool mStopThread; variable
63 mStopThread = true; in ~Sensor()121 while (!mStopThread) { in run()124 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mStopThread); in run()
72 std::atomic_bool mStopThread; variable
119 std::atomic<bool> mStopThread; variable