Home | History | Annotate | Download | only in libsensors

Lines Matching refs:Orientation

55     mPendingEvents[Orientation  ].version = sizeof(sensors_event_t);
56 mPendingEvents[Orientation ].sensor = ID_O;
57 mPendingEvents[Orientation ].type = SENSOR_TYPE_ORIENTATION;
58 mPendingEvents[Orientation ].orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
89 case Orientation:
153 case Orientation:
266 return Orientation;
307 mPendingMask |= 1<<Orientation;
308 mPendingEvents[Orientation].orientation.azimuth = value * CONVERT_O;
311 mPendingMask |= 1<<Orientation;
312 mPendingEvents[Orientation].orientation.pitch = value * CONVERT_O;
315 mPendingMask |= 1<<Orientation;
316 mPendingEvents[Orientation].orientation.roll = value * CONVERT_O;
319 mPendingMask |= 1<<Orientation;
320 mPendingEvents[Orientation].orientation.status = value;