Searched refs:SensorThread (Results 1 – 4 of 4) sorted by relevance
22 SensorThread::SensorThread(SensorBase* sensor) in SensorThread() function in android::hardware::sensors::V2_0::subhal::implementation::SensorThread25 void SensorThread::start() { in start()35 SensorThread::~SensorThread() { in ~SensorThread()44 bool SensorThread::isStopped() const { in isStopped()48 void SensorThread::join() { in join()52 void SensorThread::notifyAll() { in notifyAll()56 void SensorThread::stop() { in stop()60 std::unique_lock<std::mutex> SensorThread::lock() { in lock()
28 class SensorThread {30 explicit SensorThread(SensorBase*);31 ~SensorThread();
86 friend class SensorThread;96 SensorThread mSensorThread;99 class SensorThread; variable
24 "SensorThread.cpp",