Searched refs:over_temp_cal (Results 1 – 7 of 7) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/over_temp/ |
D | over_temp_cal.c | 68 static void setLatestEstimate(struct OverTempCal *over_temp_cal, 79 static void computeModelUpdate(struct OverTempCal *over_temp_cal, 86 static void findNearestEstimate(struct OverTempCal *over_temp_cal, 93 static void removeStaleModelData(struct OverTempCal *over_temp_cal, 100 static bool removeModelDataByIndex(struct OverTempCal *over_temp_cal, 110 static bool jumpStartModelData(struct OverTempCal *over_temp_cal); 128 static void updateModel(const struct OverTempCal *over_temp_cal, 140 static void updateCalOffset(struct OverTempCal *over_temp_cal, 154 static void setCompensatedOffset(struct OverTempCal *over_temp_cal, 171 static bool outlierCheck(struct OverTempCal *over_temp_cal, const float *offset, [all …]
|
D | over_temp_cal.h | 371 void overTempCalInit(struct OverTempCal *over_temp_cal, 389 void overTempCalSetModel(struct OverTempCal *over_temp_cal, const float *offset, 408 void overTempCalGetModel(struct OverTempCal *over_temp_cal, float *offset, 424 void overTempCalSetModelData(struct OverTempCal *over_temp_cal, 439 void overTempCalGetModelData(struct OverTempCal *over_temp_cal, 454 void overTempCalGetOffset(struct OverTempCal *over_temp_cal, 468 void overTempCalRemoveOffset(struct OverTempCal *over_temp_cal, 474 bool overTempCalNewModelUpdateAvailable(struct OverTempCal *over_temp_cal); 478 bool overTempCalNewOffsetAvailable(struct OverTempCal *over_temp_cal); 492 void overTempCalUpdateSensorEstimate(struct OverTempCal *over_temp_cal, [all …]
|
/device/google/contexthub/firmware/ |
D | argonkey_aux_variant_config.mk | 63 os/algos/calibration/over_temp/over_temp_cal.c \
|
D | lunchbox_aux_variant_config.mk | 72 os/algos/calibration/over_temp/over_temp_cal.c \
|
D | nucleo_aux_variant_config.mk | 64 os/algos/calibration/over_temp/over_temp_cal.c \
|
D | neonkey_aux_variant_config.mk | 64 os/algos/calibration/over_temp/over_temp_cal.c \
|
/device/google/contexthub/firmware/variant/argonkey/ |
D | argonkey.mk | 40 os/algos/calibration/over_temp/over_temp_cal.c \
|