Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/2.0/vts/functional/
DSensorsHidlEnvironmentV2_0.cpp117 mStopThread = true; in HidlTearDown()
131 mStopThread = false; in startPollingThread()
160 while (!env->mStopThread.load()) { in pollingThread()
/hardware/interfaces/sensors/1.0/vts/functional/
DSensorsHidlEnvironmentV1_0.cpp96 mStopThread = false; in startPollingThread()
97 mPollThread = std::thread(pollingThread, this, std::ref(mStopThread)); in startPollingThread()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlEnvironmentBase.h65 std::atomic_bool mStopThread; variable
/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/
DSensorsHidlEnvironmentBase.cpp31 mStopThread = true; in HidlTearDown()
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/
DSensor.cpp58 mStopThread = true; in ~Sensor()
115 while (!mStopThread) { in run()
118 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mStopThread); in run()
DSensor.h72 std::atomic_bool mStopThread; variable
/hardware/interfaces/sensors/2.0/default/
DSensor.cpp46 mStopThread = true; in ~Sensor()
106 while (!mStopThread) { in run()
109 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