Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c147 gyro_cal->start_still_time_nanos = 0; in gyroCalInit()
383 gyro_cal->start_still_time_nanos = in deviceStillnessCheck()
390 gyro_cal->start_still_time_nanos + gyro_cal->max_still_duration_nanos); in deviceStillnessCheck()
437 gyro_cal->start_still_time_nanos + gyro_cal->min_still_duration_nanos); in deviceStillnessCheck()
805 gyro_cal->debug_gyro_cal.start_still_time_nanos = in gyroCalUpdateDebug()
806 gyro_cal->start_still_time_nanos; in gyroCalUpdateDebug()
810 gyro_cal->calibration_time_nanos - gyro_cal->start_still_time_nanos; in gyroCalUpdateDebug()
907 gyro_cal->debug_gyro_cal.start_still_time_nanos, in gyroCalDebugPrintData()
Dgyro_cal.h70 uint64_t start_still_time_nanos; member
151 uint64_t start_still_time_nanos; member