Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c133 int8_t predicted_rotation; member
266 mTask.predicted_rotation = -1; in clearPredictedRotation()
299 if (mTask.predicted_rotation != rotation) { in updatePredictedRotation()
300 mTask.predicted_rotation = rotation; in updatePredictedRotation()
516 … (int)tilt_angle, (int)orientation_angle, (int)mTask.predicted_rotation); in add_samples()
533 if ((mTask.predicted_rotation < 0) in add_samples()
536 mTask.proposed_rotation = mTask.predicted_rotation; in add_samples()