Searched refs:accel_stillness_detect (Results 1 – 2 of 2) sorted by relevance
138 gyroStillDetInit(&gyro_cal->accel_stillness_detect, in gyroCalInit()307 gyroStillDetUpdate(&gyro_cal->accel_stillness_detect, in gyroCalUpdateAccel()336 !gyro_cal->accel_stillness_detect.stillness_window_ready || in deviceStillnessCheck()346 gyroStillDetCompute(&gyro_cal->accel_stillness_detect); in deviceStillnessCheck()361 conf_not_accel = gyro_cal->accel_stillness_detect.stillness_confidence; in deviceStillnessCheck()402 gyroStillDetReset(&gyro_cal->accel_stillness_detect, in deviceStillnessCheck()421 gyroStillDetReset(&gyro_cal->accel_stillness_detect, in deviceStillnessCheck()445 gyroStillDetReset(&gyro_cal->accel_stillness_detect, /*reset_stats=*/true); in deviceStillnessCheck()504 gyro_cal->accel_stillness_detect.prev_stillness_confidence * in computeGyroCal()558 gyroStillDetReset(&gyro_cal->accel_stillness_detect, /*reset_stats=*/true); in checkWatchdog()[all …]
130 struct GyroStillDet accel_stillness_detect; member