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.c143 gyro_cal->prev_still = false; in gyroCalInit()
381 if (!gyro_cal->prev_still) { in deviceStillnessCheck()
417 gyro_cal->prev_still = false; in deviceStillnessCheck()
429 gyro_cal->prev_still = true; in deviceStillnessCheck()
440 if (gyro_cal->prev_still && !stillness_duration_too_short) { in deviceStillnessCheck()
455 gyro_cal->prev_still = false; in deviceStillnessCheck()
575 gyro_cal->prev_still = false; in checkWatchdog()
Dgyro_cal.h181 bool prev_still; member