Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c373 over_temp_cal->last_model_update_nanos = timestamp_nanos; in overTempCalSetModel()
430 *timestamp_nanos = over_temp_cal->last_model_update_nanos; in overTempCalGetModel()
1096 timestamp_nanos, over_temp_cal->last_model_update_nanos, in refreshOtcModel()
1106 over_temp_cal->last_model_update_nanos = timestamp_nanos; in refreshOtcModel()
1162 over_temp_cal->last_model_update_nanos = timestamp_nanos; in computeModelUpdate()
Dover_temp_cal.h220 uint64_t last_model_update_nanos; member