Lines Matching refs:Sensor
23 Mutex Sensor::mSamplingStatusMutex;
25 Sensor::Sensor(Sensor &&other) in Sensor() function in chre::Sensor
30 Sensor &Sensor::operator=(Sensor &&other) { in operator =()
50 Sensor::~Sensor() { in ~Sensor()
58 void Sensor::init() { in init()
69 void Sensor::populateSensorInfo(struct chreSensorInfo *info, in populateSensorInfo()
86 void Sensor::clearPendingFlushRequest() { in clearPendingFlushRequest()
91 void Sensor::cancelPendingFlushRequestTimer() { in cancelPendingFlushRequestTimer()
99 void Sensor::setLastEvent(ChreSensorData *event) { in setLastEvent()
110 bool Sensor::getSamplingStatus(struct chreSensorSamplingStatus *status) const { in getSamplingStatus()
118 void Sensor::setSamplingStatus(const struct chreSensorSamplingStatus &status) { in setSamplingStatus()