Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c126 static void gyroSamplingRateUpdate(float* debug_mean_sampling_rate_hz,
238 gyroSamplingRateUpdate(NULL, 0, /*reset_stats=*/true); in gyroCalInit()
317 gyroSamplingRateUpdate(NULL, sample_time_nanos, /*reset_stats=*/false); in gyroCalUpdateGyro()
461 gyroSamplingRateUpdate(NULL, sample_time_nanos, /*reset_stats=*/true); in deviceStillnessCheck()
505 gyroSamplingRateUpdate(NULL, sample_time_nanos, /*reset_stats=*/true); in deviceStillnessCheck()
604 gyroSamplingRateUpdate(NULL, sample_time_nanos, /*reset_stats=*/true); in checkWatchdog()
781 void gyroSamplingRateUpdate(float* debug_mean_sampling_rate_hz, in gyroSamplingRateUpdate() function
861 gyroSamplingRateUpdate(&gyro_cal->debug_gyro_cal.mean_sampling_rate_hz, 0, in gyroCalUpdateDebug()