Searched refs:chreSensorInfo (Results 1 - 11 of 11) sorted by relevance

/system/chre/apps/chqts/src/general_test/
H A Dsensor_info_test.cc35 struct chreSensorInfo info;
47 void SensorInfoTest::validateSensorInfo(const struct chreSensorInfo& info) const {
H A Dsensor_info_test.h37 void validateSensorInfo(const struct chreSensorInfo& info) const;
H A Dheap_exhaustion_stability_test.cc175 chreSensorInfo info;
H A Dbasic_sensor_test_base.cc154 chreSensorInfo info;
159 sendFatalFailureToHost("chreSensorInfo::sensorName is NULL");
163 sendFatalFailureToHost("chreSensorInfo::sensorType is not expected "
167 sendFatalFailureToHost("chreSensorInfo::isOnChange is opposite of "
171 sendFatalFailureToHost("chreSensorInfo::isOneShot is opposite of "
/system/chre/chre_api/include/chre_api/chre/
H A Dsensor.h377 struct chreSensorInfo { struct
501 * Get the chreSensorInfo struct for a given sensor.
511 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
542 * If this sensor's chreSensorInfo has isOneShot set to 1,
626 * @see chreSensorInfo
/system/chre/chre_api/legacy/v1_0/chre/
H A Dsensor.h397 struct chreSensorInfo { struct
667 * Get the chreSensorInfo struct for a given sensor.
677 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
708 * If this sensor's chreSensorInfo has isOneShot set to 1,
792 * @see chreSensorInfo
/system/chre/core/include/chre/core/
H A Dsensor_request_manager.h75 * @param info A non-null pointer to a chreSensorInfo struct.
79 struct chreSensorInfo *info) const;
/system/chre/platform/shared/
H A Dchre_api_sensor.cc41 struct chreSensorInfo *info) {
/system/chre/chre_api/legacy/v1_1/chre/
H A Dsensor.h519 struct chreSensorInfo { struct
813 * Get the chreSensorInfo struct for a given sensor.
823 bool chreGetSensorInfo(uint32_t sensorHandle, struct chreSensorInfo *info);
854 * If this sensor's chreSensorInfo has isOneShot set to 1,
938 * @see chreSensorInfo
/system/chre/apps/sensor_world/
H A Dsensor_world.cc61 chreSensorInfo info;
267 chreSensorInfo& info = sensor.info;
/system/chre/core/
H A Dsensor_request_manager.cc189 struct chreSensorInfo *info) const {

Completed in 443 milliseconds