Home
last modified time | relevance | path

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

/system/chre/platform/linux/
Dplatform_sensor.cc21 PlatformSensor::~PlatformSensor() {} in ~PlatformSensor()
23 void PlatformSensor::init() { in init()
28 void PlatformSensor::deinit() { in deinit()
33 bool PlatformSensor::getSensors(DynamicVector<PlatformSensor> *sensors) { in getSensors()
41 bool PlatformSensor::setRequest(const SensorRequest& request) { in setRequest()
49 SensorType PlatformSensor::getSensorType() const { in getSensorType()
54 uint64_t PlatformSensor::getMinInterval() const { in getMinInterval()
59 const char *PlatformSensor::getSensorName() const { in getSensorName()
64 PlatformSensor& PlatformSensor::operator=(PlatformSensor&& other) { in operator =()
69 ChreSensorData *PlatformSensor::getLastEvent() const { in getLastEvent()
[all …]
/system/chre/platform/include/chre/platform/
Dplatform_sensor.h32 class PlatformSensor : public PlatformSensorBase,
38 PlatformSensor();
45 PlatformSensor(PlatformSensor&& other);
50 ~PlatformSensor();
67 static bool getSensors(DynamicVector<PlatformSensor> *sensors);
129 PlatformSensor& operator=(PlatformSensor&& other);
/system/chre/platform/shared/
Dplatform_sensor.cc21 PlatformSensor::PlatformSensor() {} in PlatformSensor() function in chre::PlatformSensor
23 PlatformSensor::PlatformSensor(PlatformSensor&& other) { in PlatformSensor() function in chre::PlatformSensor
/system/chre/core/
Dinit.cc28 PlatformSensor::init(); in init()
34 PlatformSensor::deinit(); in deinit()
Dsensor.cc28 Sensor::Sensor(PlatformSensor&& platformSensor) in Sensor()
Dsensor_request_manager.cc64 DynamicVector<PlatformSensor> platformSensors; in SensorRequestManager()
65 if (!PlatformSensor::getSensors(&platformSensors)) { in SensorRequestManager()
/system/chre/platform/slpi/
Dplatform_sensor.cc250 DynamicVector<PlatformSensor> *sensors) { in addPlatformSensor()
251 PlatformSensor platformSensor; in addPlatformSensor()
707 DynamicVector<PlatformSensor> *sensors) { in getSensorsForSensorId()
848 PlatformSensor::~PlatformSensor() { in ~PlatformSensor()
857 void PlatformSensor::init() { in init()
892 void PlatformSensor::deinit() { in deinit()
904 bool PlatformSensor::getSensors(DynamicVector<PlatformSensor> *sensors) { in getSensors()
936 bool PlatformSensor::setRequest(const SensorRequest& request) { in setRequest()
971 SensorType PlatformSensor::getSensorType() const { in getSensorType()
976 uint64_t PlatformSensor::getMinInterval() const { in getMinInterval()
[all …]
/system/chre/core/include/chre/core/
Dsensor.h38 Sensor(PlatformSensor&& platformSensor);
102 Optional<PlatformSensor> mPlatformSensor;