Home | History | Annotate | Download | only in libsensors

Lines Matching refs:Orientation

56     mPendingEvents[Orientation  ].version = sizeof(sensors_event_t);
57 mPendingEvents[Orientation ].sensor = ID_O;
58 mPendingEvents[Orientation ].type = SENSOR_TYPE_ORIENTATION;
59 mPendingEvents[Orientation ].orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
90 case Orientation:
154 case Orientation:
267 return Orientation;
308 mPendingMask |= 1<<Orientation;
309 mPendingEvents[Orientation].orientation.azimuth = value * CONVERT_O;
312 mPendingMask |= 1<<Orientation;
313 mPendingEvents[Orientation].orientation.pitch = value * CONVERT_O;
316 mPendingMask |= 1<<Orientation;
317 mPendingEvents[Orientation].orientation.roll = value * CONVERT_O;
320 mPendingMask |= 1<<Orientation;
321 mPendingEvents[Orientation].orientation.status = value;