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

  /device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c 130 int8_t current_rotation; member in struct:WindowOrientationTask
158 static bool isOrientationAngleAcceptable(int current_rotation, int rotation,
167 (int)current_rotation, (int)rotation, (int)orientation_angle);
169 if (current_rotation >= 0) {
175 if ((rotation == current_rotation)
176 || (rotation == (current_rotation + 1) % 4)) {
195 if ((rotation == current_rotation)
196 || (rotation == (current_rotation + 3) % 4)) {
512 && isOrientationAngleAcceptable(mTask.current_rotation,
542 mTask.current_rotation = proposed_rotation
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 137 self.current_rotation = self._make_timeseries()
322 self._append(self.current_rotation, timeindex, self.parse_current_rotation)
352 self._scroll(self.current_rotation, bottom)
372 self.current_rotation_line.set_data(self.current_rotation)
  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 308 Rotation current_rotation;
311 XRRConfigCurrentConfiguration(scrn_cfg, &current_rotation);
313 return (current_rotation & 0x0f);

Completed in 695 milliseconds