Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c52 uint64_t stillness_win_endtime, uint64_t sample_time, in gyroStillDetUpdate() argument
65 if (stillness_win_endtime <= 0) { in gyroStillDetUpdate()
100 (sample_time >= stillness_win_endtime) && in gyroStillDetUpdate()
Dgyro_stillness_detect.h101 uint64_t stillness_win_endtime, uint64_t sample_time,