HomeSort by relevance Sort by last modified time
    Searched refs:new_overtemp_offset_available (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/over_temp/
over_temp_cal.h 319 bool new_overtemp_offset_available; member in struct:OverTempCal
477 // available; and the 'new_overtemp_offset_available' flag is reset.
over_temp_cal.c 270 over_temp_cal->new_overtemp_offset_available = false;
538 const bool update_available = over_temp_cal->new_overtemp_offset_available &&
541 // The 'new_overtemp_offset_available' flag is reset when it is read here.
542 over_temp_cal->new_overtemp_offset_available = false;
1080 bool new_overtemp_offset_available = false; local
    [all...]

Completed in 591 milliseconds