HomeSort by relevance Sort by last modified time
    Searched refs:proposed_rotation (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 136 int8_t proposed_rotation; member in struct:WindowOrientationTask
284 mTask.proposed_rotation = -1;
400 int8_t old_proposed_rotation, proposed_rotation; local
536 old_proposed_rotation = mTask.proposed_rotation;
540 mTask.proposed_rotation = mTask.predicted_rotation;
542 proposed_rotation = mTask.proposed_rotation;
544 if ((proposed_rotation != old_proposed_rotation)
545 && (proposed_rotation >= 0)) {
546 mTask.current_rotation = proposed_rotation;
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 138 self.proposed_rotation = self._make_timeseries()
324 self._append(self.proposed_rotation, timeindex, self.parse_proposed_rotation)
326 self._append(self.proposed_rotation, timeindex, None)
353 self._scroll(self.proposed_rotation, bottom)
373 self.proposed_rotation_line.set_data(self.proposed_rotation)

Completed in 183 milliseconds