Home
last modified time | relevance | path

Searched refs:mStopThread (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/sensors/1.0/vts/functional/
DSensorsHidlEnvironmentV1_0.cpp29 mStopThread = true; in HidlTearDown()
103 mStopThread = false; in startPollingThread()
104 mPollThread = std::thread(pollingThread, this, std::ref(mStopThread)); in startPollingThread()
/hardware/interfaces/sensors/common/vts/2_X/
DSensorsHidlEnvironmentV2_X.cpp107 mStopThread = true; in HidlTearDown()
121 mStopThread = false; in startPollingThread()
150 while (!env->mStopThread.load()) { in pollingThread()
/hardware/google/av/media/eco/
DECOSession.cpp69 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()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlEnvironmentBase.h100 std::atomic_bool mStopThread; variable
/hardware/interfaces/sensors/common/default/2.X/
DSensor.cpp50 mStopThread = true; in ~Sensor()
110 while (!mStopThread) { in run()
113 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mStopThread); in run()
DSensor.h79 std::atomic_bool mStopThread; variable
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DSensor.cpp63 mStopThread = true; in ~Sensor()
121 while (!mStopThread) { in run()
124 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mStopThread); in run()
DSensor.h72 std::atomic_bool mStopThread; variable
/hardware/google/av/media/eco/include/eco/
DECOSession.h119 std::atomic<bool> mStopThread; variable