Home
last modified time | relevance | path

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

/device/google/trout/hal/sensors/2.1/
DSensorThread.cpp23 : mSensor(sensor), mStopThread(false), mWaitCV(), mRunMutex() {} in SensorThread()
28 while (!mStopThread) { in start()
45 return mStopThread; in isStopped()
57 mStopThread = true; in stop()
DSensorThread.h49 std::atomic_bool mStopThread; variable