Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/1.0/vts/functional/
DSensorsHidlEnvironmentV1_0.cpp29 mStopThread = true; in TearDown()
103 mStopThread = false; in startPollingThread()
104 mPollThread = std::thread(pollingThread, this, std::ref(mStopThread)); in startPollingThread()
/hardware/interfaces/sensors/aidl/vts/
DSensorsAidlEnvironment.cpp116 mStopThread = true; in TearDown()
130 mStopThread = false; in startPollingThread()
159 while (!env->mStopThread.load()) { in pollingThread()
DSensorsAidlEnvironment.h99 std::atomic_bool mStopThread; variable
/hardware/interfaces/sensors/common/vts/2_X/
DSensorsHidlEnvironmentV2_X.cpp107 mStopThread = true; in TearDown()
121 mStopThread = false; in startPollingThread()
150 while (!env->mStopThread.load()) { in pollingThread()
/hardware/interfaces/sensors/common/default/2.X/
DSensor.cpp43 mStopThread(false), in Sensor()
51 mStopThread = true; in ~Sensor()
111 while (!mStopThread) { in run()
114 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mStopThread); in run()
DSensor.h79 std::atomic_bool mStopThread; variable
/hardware/google/av/media/eco/
DECOSession.cpp71 mStopThread(false), in ECOSession()
95 mStopThread = true; in ~ECOSession()
114 while (!mStopThread) { in run()
118 return mStopThread == true || !mStatsQueue.empty() || mNewListenerAdded; in run()
121 if (mStopThread) return; in run()
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DSensor.cpp63 mStopThread = true; in ~Sensor()
122 while (!mStopThread) { in run()
125 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mStopThread); in run()
DSensor.h72 std::atomic_bool mStopThread; variable
/hardware/interfaces/sensors/aidl/default/
DSensor.cpp43 mStopThread = true; in ~Sensor()
108 while (!mStopThread) { in run()
111 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mStopThread); in run()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsVtsEnvironmentBase.h148 std::atomic_bool mStopThread; variable
/hardware/google/av/media/eco/include/eco/
DECOSession.h121 std::atomic<bool> mStopThread; variable
/hardware/interfaces/sensors/aidl/default/include/sensors-impl/
DSensor.h69 std::atomic_bool mStopThread; variable