/system/chre/platform/linux/include/chre/target_platform/ |
D | platform_sensor_base.h | 32 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/ |
D | sensor_info_test.cc | 33 struct chreSensorInfo info; in setUp() 45 const struct chreSensorInfo &info) const { in validateSensorInfo()
|
D | sensor_info_test.h | 37 void validateSensorInfo(const struct chreSensorInfo &info) const;
|
D | basic_flush_async_test.cc | 54 struct chreSensorInfo info; in setUp()
|
D | heap_exhaustion_stability_test.cc | 172 chreSensorInfo info; in testSensor()
|
D | basic_sensor_test_base.cc | 204 chreSensorInfo info; in startTest()
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | sensor.h | 377 struct chreSensorInfo { struct 511 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
|
/system/chre/chre_api/legacy/v1_0/chre/ |
D | sensor.h | 397 struct chreSensorInfo { struct 677 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | sensor.h | 498 struct chreSensorInfo { struct 688 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | sensor.h | 496 struct chreSensorInfo { struct 673 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
|
/system/chre/platform/shared/ |
D | platform_sensor_manager.cc | 59 struct chreSensorInfo *palSensors = nullptr; in getSensors() 68 struct chreSensorInfo *sensor = &palSensors[i]; in getSensors()
|
D | chre_api_sensor.cc | 52 struct chreSensorInfo *info) { in chreGetSensorInfo()
|
/system/chre/chre_api/include/chre_api/chre/ |
D | sensor.h | 539 struct chreSensorInfo { struct 775 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | sensor.h | 519 struct chreSensorInfo { struct 823 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
|
/system/chre/pal/include/chre/pal/ |
D | sensor.h | 206 bool (*getSensors)(struct chreSensorInfo *const *sensors,
|
/system/chre/core/include/chre/core/ |
D | sensor.h | 140 void populateSensorInfo(struct chreSensorInfo *info,
|
D | sensor_request_manager.h | 118 struct chreSensorInfo *info) const;
|
/system/chre/core/ |
D | sensor.cc | 69 void Sensor::populateSensorInfo(struct chreSensorInfo *info, in populateSensorInfo()
|
D | sensor_request_manager.cc | 274 struct chreSensorInfo *info) const { in getSensorInfo()
|
/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 60 chreSensorInfo info; 325 chreSensorInfo &info = sensor.info; in nanoappStart()
|
/system/chre/apps/power_test/common/ |
D | request_manager.cc | 240 struct chreSensorInfo sensorInfo; in requestAllSensors()
|
/system/chre/apps/test/common/chre_cross_validator_sensor/src/ |
D | chre_cross_validator_sensor_manager.cc | 320 chreSensorInfo sensorInfo; in handleStartSensorMessage()
|