Home | History | Annotate | Download | only in sensors

Lines Matching refs:Orientation

51     mPendingEvents[Orientation  ].version = sizeof(sensors_event_t);
52 mPendingEvents[Orientation ].sensor = ID_O;
53 mPendingEvents[Orientation ].type = SENSOR_TYPE_ORIENTATION;
54 mPendingEvents[Orientation ].orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
77 mEnabled |= 1<<Orientation;
94 case ID_O: what = Orientation; break;
111 case Orientation: cmd = ECS_IOCTL_APP_SET_MFLAG; break;
136 case ID_O: what = Orientation; break;
243 mPendingMask |= 1<<Orientation;
244 mPendingEvents[Orientation].orientation.azimuth = value * CONVERT_O_Y;
247 mPendingMask |= 1<<Orientation;
248 mPendingEvents[Orientation].orientation.pitch = value * CONVERT_O_P;
251 mPendingMask |= 1<<Orientation;
252 mPendingEvents[Orientation].orientation.roll = value * CONVERT_O_R;
255 mPendingMask |= 1<<Orientation;
256 mPendingEvents[Orientation].orientation.status =