Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c122 uint64_t predicted_rotation_time; member
231 settle_time_needed >> 10, (now - mTask.predicted_rotation_time) >> 10); in isPredictedRotationAcceptable()
234 if (now < mTask.predicted_rotation_time + settle_time_needed) { in isPredictedRotationAcceptable()
267 mTask.predicted_rotation_time = 0; in clearPredictedRotation()
301 mTask.predicted_rotation_time = now; in updatePredictedRotation()