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.h70 uint64_t start_still_time_nanos; member
151 uint64_t start_still_time_nanos; member
Dgyro_cal.c144 gyro_cal->start_still_time_nanos = 0; in gyroCalInit()
384 gyro_cal->start_still_time_nanos = in deviceStillnessCheck()
391 gyro_cal->start_still_time_nanos + gyro_cal->max_still_duration_nanos); in deviceStillnessCheck()
438 gyro_cal->start_still_time_nanos + gyro_cal->min_still_duration_nanos); in deviceStillnessCheck()
806 gyro_cal->debug_gyro_cal.start_still_time_nanos = in gyroCalUpdateDebug()
807 gyro_cal->start_still_time_nanos; in gyroCalUpdateDebug()
811 gyro_cal->calibration_time_nanos - gyro_cal->start_still_time_nanos; in gyroCalUpdateDebug()
908 gyro_cal->debug_gyro_cal.start_still_time_nanos, in gyroCalDebugPrintData()