Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c349 static int nextTiltHistoryIndex(int index) in nextTiltHistoryIndex() function
358 for (; (i = nextTiltHistoryIndex(i)) >= 0;) { in isFlat()
373 for (; (i = nextTiltHistoryIndex(i)) >= 0;) { in isSwinging()