Searched refs:PlatformSensor (Results 1 – 6 of 6) sorted by relevance
21 PlatformSensor::PlatformSensor(PlatformSensor&& other) { in PlatformSensor() function in chre::PlatformSensor25 PlatformSensor::~PlatformSensor() {} in ~PlatformSensor()27 void PlatformSensor::init() { in init()32 void PlatformSensor::deinit() { in deinit()37 bool PlatformSensor::getSensors(DynamicVector<Sensor> *sensors) { in getSensors()45 bool PlatformSensor::applyRequest(const SensorRequest& request) { in applyRequest()53 bool PlatformSensor::flushAsync() { in flushAsync()58 SensorType PlatformSensor::getSensorType() const { in getSensorType()63 uint64_t PlatformSensor::getMinInterval() const { in getMinInterval()68 const char *PlatformSensor::getSensorName() const { in getSensorName()[all …]
35 class PlatformSensor : public PlatformSensorBase,129 PlatformSensor() = default;131 PlatformSensor(PlatformSensor&& other);132 PlatformSensor& operator=(PlatformSensor&& other);137 ~PlatformSensor();
713 PlatformSensor::~PlatformSensor() { in ~PlatformSensor()721 void PlatformSensor::init() { in init()738 void PlatformSensor::deinit() { in deinit()746 bool PlatformSensor::getSensors(DynamicVector<Sensor> *sensors) { in getSensors()795 bool PlatformSensor::applyRequest(const SensorRequest& request) { in applyRequest()883 bool PlatformSensor::flushAsync() { in flushAsync()888 SensorType PlatformSensor::getSensorType() const { in getSensorType()892 uint64_t PlatformSensor::getMinInterval() const { in getMinInterval()896 const char *PlatformSensor::getSensorName() const { in getSensorName()900 PlatformSensor::PlatformSensor(PlatformSensor&& other) { in PlatformSensor() function in chre::PlatformSensor[all …]
1382 PlatformSensor::~PlatformSensor() { in ~PlatformSensor()1390 void PlatformSensor::init() { in init()1442 void PlatformSensor::deinit() { in deinit()1463 bool PlatformSensor::getSensors(DynamicVector<Sensor> *sensors) { in getSensors()1494 bool PlatformSensor::applyRequest(const SensorRequest& request) { in applyRequest()1531 bool PlatformSensor::flushAsync() { in flushAsync()1552 SensorType PlatformSensor::getSensorType() const { in getSensorType()1557 uint64_t PlatformSensor::getMinInterval() const { in getMinInterval()1561 const char *PlatformSensor::getSensorName() const { in getSensorName()1565 PlatformSensor::PlatformSensor(PlatformSensor&& other) { in PlatformSensor() function in chre::PlatformSensor[all …]
36 class Sensor : public PlatformSensor {
74 PlatformSensor::deinit(); in ~SensorRequestManager()80 PlatformSensor::init(); in init()84 if (!PlatformSensor::getSensors(&sensors)) { in init()