Home | History | Annotate | Download | only in android

Lines Matching defs:Orientation

98 } Orientation;
116 Orientation orientation;
154 * orientation:<azimuth>:<pitch>:<roll>
319 snprintf(buffer, sizeof buffer, "orientation:%g:%g:%g",
320 sensor->u.orientation.azimuth,
321 sensor->u.orientation.pitch,
322 sensor->u.orientation.roll);
539 qemu_put_float(f, s->u.orientation.azimuth);
540 qemu_put_float(f, s->u.orientation.pitch);
541 qemu_put_float(f, s->u.orientation.roll);
590 s->u.orientation.azimuth = qemu_get_float(f);
591 s->u.orientation.pitch = qemu_get_float(f);
592 s->u.orientation.roll = qemu_get_float(f);
625 /* change the coarse orientation (landscape/portrait) of the emulated device */
629 /* The Android framework computes the orientation by looking at
630 * the accelerometer sensor (*not* the orientation sensor !)
715 /* change the coarse orientation value */