Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c146 gyro_cal->prev_still = false; in gyroCalInit()
380 if (!gyro_cal->prev_still) { in deviceStillnessCheck()
416 gyro_cal->prev_still = false; in deviceStillnessCheck()
428 gyro_cal->prev_still = true; in deviceStillnessCheck()
439 if (gyro_cal->prev_still && !stillness_duration_too_short) { in deviceStillnessCheck()
454 gyro_cal->prev_still = false; in deviceStillnessCheck()
574 gyro_cal->prev_still = false; in checkWatchdog()
Dgyro_cal.h181 bool prev_still; member