Home
last modified time | relevance | path

Searched refs:PlatformSensor (Results 1 – 6 of 6) sorted by relevance

/system/chre/platform/linux/
Dplatform_sensor.cc21 PlatformSensor::PlatformSensor(PlatformSensor&& other) { in PlatformSensor() function in chre::PlatformSensor
25 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 …]
/system/chre/platform/include/chre/platform/
Dplatform_sensor.h35 class PlatformSensor : public PlatformSensorBase,
129 PlatformSensor() = default;
131 PlatformSensor(PlatformSensor&& other);
132 PlatformSensor& operator=(PlatformSensor&& other);
137 ~PlatformSensor();
/system/chre/platform/slpi/see/
Dplatform_sensor.cc713 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 …]
/system/chre/platform/slpi/smgr/
Dplatform_sensor.cc1382 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 …]
/system/chre/core/include/chre/core/
Dsensor.h36 class Sensor : public PlatformSensor {
/system/chre/core/
Dsensor_request_manager.cc74 PlatformSensor::deinit(); in ~SensorRequestManager()
80 PlatformSensor::init(); in init()
84 if (!PlatformSensor::getSensors(&sensors)) { in init()