Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c47 gyro_still_det->start_new_window = true; in gyroStillDetInit()
78 if (gyro_still_det->start_new_window) { in gyroStillDetUpdate()
81 gyro_still_det->start_new_window = false; in gyroStillDetUpdate()
218 gyro_still_det->start_new_window = true; in gyroStillDetReset()
Dgyro_stillness_detect.h61 bool start_new_window; member