Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.h105 float gyroStillDetCompute(struct GyroStillDet* gyro_still_det);
Dgyro_stillness_detect.c124 float gyroStillDetCompute(struct GyroStillDet* gyro_still_det) { in gyroStillDetCompute() function
Dgyro_cal.c347 gyroStillDetCompute(&gyro_cal->accel_stillness_detect); in deviceStillnessCheck()
348 gyroStillDetCompute(&gyro_cal->gyro_stillness_detect); in deviceStillnessCheck()
350 gyroStillDetCompute(&gyro_cal->mag_stillness_detect); in deviceStillnessCheck()