Home
last modified time | relevance | path

Searched refs:sensor_tag (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc260 CalibrationTypeFlags flags, const char *sensor_tag) { in NotifyAshCalibration() argument
289 NANO_CAL_LOGE(sensor_tag, "ASH failed to apply calibration update."); in NotifyAshCalibration()
315 NANO_CAL_LOGE(sensor_tag, "ASH failed to write calibration update."); in NotifyAshCalibration()
325 const char *sensor_tag) { in LoadAshCalibration() argument
331 if (DetectRuntimeCalibration(chreSensorType, sensor_tag, flags, in LoadAshCalibration()
360 sensor_tag); in LoadAshCalibration()
362 NANO_CAL_LOGE(sensor_tag, in LoadAshCalibration()
369 NANO_CAL_LOGW(sensor_tag, "ASH did not recall calibration data."); in LoadAshCalibration()
376 const char *sensor_tag, in DetectRuntimeCalibration() argument
405 NANO_CAL_LOGI(sensor_tag, "Runtime calibration data detected."); in DetectRuntimeCalibration()
[all …]
Dnano_calibration.h109 const char *sensor_tag);
118 online_calibration::CalibrationTypeFlags flags, const char *sensor_tag);
123 bool DetectRuntimeCalibration(uint8_t chreSensorType, const char *sensor_tag,
129 const char *sensor_tag);
133 online_calibration::CalibrationTypeFlags flags, const char *sensor_tag);