Home
last modified time | relevance | path

Searched refs:gyroStillDetReset (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c446 gyroStillDetReset(&gyro_cal->accel_stillness_detect, in deviceStillnessCheck()
448 gyroStillDetReset(&gyro_cal->gyro_stillness_detect, /*reset_stats=*/true); in deviceStillnessCheck()
449 gyroStillDetReset(&gyro_cal->mag_stillness_detect, /*reset_stats=*/true); in deviceStillnessCheck()
470 gyroStillDetReset(&gyro_cal->accel_stillness_detect, in deviceStillnessCheck()
472 gyroStillDetReset(&gyro_cal->gyro_stillness_detect, in deviceStillnessCheck()
474 gyroStillDetReset(&gyro_cal->mag_stillness_detect, /*reset_stats=*/false); in deviceStillnessCheck()
495 gyroStillDetReset(&gyro_cal->accel_stillness_detect, /*reset_stats=*/true); in deviceStillnessCheck()
496 gyroStillDetReset(&gyro_cal->gyro_stillness_detect, /*reset_stats=*/true); in deviceStillnessCheck()
497 gyroStillDetReset(&gyro_cal->mag_stillness_detect, /*reset_stats=*/true); in deviceStillnessCheck()
594 gyroStillDetReset(&gyro_cal->accel_stillness_detect, /*reset_stats=*/true); in checkWatchdog()
[all …]
Dgyro_stillness_detect.h109 void gyroStillDetReset(struct GyroStillDet* gyro_still_det, bool reset_stats);
Dgyro_stillness_detect.c210 void gyroStillDetReset(struct GyroStillDet* gyro_still_det, in gyroStillDetReset() function