Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c188 static bool isValidOtcOffset(const float *offset, float offset_temp_celsius);
340 if (isValidOtcOffset(offset, offset_temp_celsius)) { in overTempCalSetModel()
360 if (isValidOtcOffset(offset, offset_temp_celsius)) { in overTempCalSetModel()
446 if (isValidOtcOffset(model_data[i].offset, in overTempCalSetModelData()
562 if (!isValidOtcOffset(offset, temperature_celsius)) { in overTempCalUpdateSensorEstimate()
1434 bool isValidOtcOffset(const float *offset, float offset_temp_celsius) { in isValidOtcOffset() function