Searched refs:isStopped (Results 1 – 5 of 5) sorted by relevance
/device/google/trout/hal/sensors/2.0/ | ||
D | SensorThread.h | 39 bool isStopped() const; |
D | SensorThread.cpp | 44 bool SensorThread::isStopped() const { in isStopped() function in android::hardware::sensors::V2_0::subhal::implementation::SensorThread |
D | Sensor.cpp | 206 return ((mIsEnabled && mMode == OperationMode::NORMAL) || mSensorThread.isStopped()); in idleLoop() |
/device/generic/goldfish-opengl/android-emu/android/base/synchronization/ | ||
D | AndroidMessageChannel.cpp | 36 bool MessageChannelBase::isStopped() const { in isStopped() function in android::base::guest::MessageChannelBase |
D | AndroidMessageChannel.h | 39 bool isStopped() const; |