Home
last modified time | relevance | path

Searched refs:chreSensorInfo (Results 1 – 22 of 22) sorted by relevance

/system/chre/platform/linux/include/chre/target_platform/
Dplatform_sensor_base.h32 void initBase(struct chreSensorInfo *sensorInfo, uint32_t sensorHandle) { in initBase()
38 struct chreSensorInfo *mSensorInfo;
48 void setSensorInfo(struct chreSensorInfo *sensorInfo) { in setSensorInfo()
/system/chre/apps/test/chqts/src/general_test/
Dsensor_info_test.cc33 struct chreSensorInfo info; in setUp()
45 const struct chreSensorInfo &info) const { in validateSensorInfo()
Dsensor_info_test.h37 void validateSensorInfo(const struct chreSensorInfo &info) const;
Dbasic_flush_async_test.cc54 struct chreSensorInfo info; in setUp()
Dheap_exhaustion_stability_test.cc172 chreSensorInfo info; in testSensor()
Dbasic_sensor_test_base.cc204 chreSensorInfo info; in startTest()
/system/chre/chre_api/legacy/v1_2/chre/
Dsensor.h377 struct chreSensorInfo { struct
511 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
/system/chre/chre_api/legacy/v1_0/chre/
Dsensor.h397 struct chreSensorInfo { struct
677 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
/system/chre/chre_api/legacy/v1_4/chre/
Dsensor.h498 struct chreSensorInfo { struct
688 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
/system/chre/chre_api/legacy/v1_3/chre/
Dsensor.h496 struct chreSensorInfo { struct
673 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
/system/chre/platform/shared/
Dplatform_sensor_manager.cc59 struct chreSensorInfo *palSensors = nullptr; in getSensors()
68 struct chreSensorInfo *sensor = &palSensors[i]; in getSensors()
Dchre_api_sensor.cc52 struct chreSensorInfo *info) { in chreGetSensorInfo()
/system/chre/chre_api/include/chre_api/chre/
Dsensor.h539 struct chreSensorInfo { struct
775 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
/system/chre/chre_api/legacy/v1_1/chre/
Dsensor.h519 struct chreSensorInfo { struct
823 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
/system/chre/pal/include/chre/pal/
Dsensor.h206 bool (*getSensors)(struct chreSensorInfo *const *sensors,
/system/chre/core/include/chre/core/
Dsensor.h140 void populateSensorInfo(struct chreSensorInfo *info,
Dsensor_request_manager.h118 struct chreSensorInfo *info) const;
/system/chre/core/
Dsensor.cc69 void Sensor::populateSensorInfo(struct chreSensorInfo *info, in populateSensorInfo()
Dsensor_request_manager.cc274 struct chreSensorInfo *info) const { in getSensorInfo()
/system/chre/apps/sensor_world/
Dsensor_world.cc60 chreSensorInfo info;
325 chreSensorInfo &info = sensor.info; in nanoappStart()
/system/chre/apps/power_test/common/
Drequest_manager.cc240 struct chreSensorInfo sensorInfo; in requestAllSensors()
/system/chre/apps/test/common/chre_cross_validator_sensor/src/
Dchre_cross_validator_sensor_manager.cc320 chreSensorInfo sensorInfo; in handleStartSensorMessage()