Loading sensors/common/default/2.X/Sensor.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ Sensor::Sensor(ISensorsEventCallback* callback) : mIsEnabled(false), mSamplingPeriodNs(0), mLastSampleTimeNs(0), mStopThread(false), mCallback(callback), mMode(OperationMode::NORMAL) { mRunThread = std::thread(startThread, this); Loading Loading
sensors/common/default/2.X/Sensor.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ Sensor::Sensor(ISensorsEventCallback* callback) : mIsEnabled(false), mSamplingPeriodNs(0), mLastSampleTimeNs(0), mStopThread(false), mCallback(callback), mMode(OperationMode::NORMAL) { mRunThread = std::thread(startThread, this); Loading