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.h220 uint64_t last_model_update_nanos; member
Dover_temp_cal.c370 over_temp_cal->last_model_update_nanos = timestamp_nanos; in overTempCalSetModel()
427 *timestamp_nanos = over_temp_cal->last_model_update_nanos; in overTempCalGetModel()
1118 timestamp_nanos, over_temp_cal->last_model_update_nanos, in refreshOtcModel()
1128 over_temp_cal->last_model_update_nanos = timestamp_nanos; in refreshOtcModel()
1184 over_temp_cal->last_model_update_nanos = timestamp_nanos; in computeModelUpdate()