Lines Matching refs:Orientation
95 (1 << Orientation) \
138 {"MPL Orientation", "Invensense", 1,
166 {"MPL Screen Orientation", "Invensense ", 1,
496 /* setup orientation matrix and scale */
560 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
561 mPendingEvents[Orientation].sensor = ID_O;
562 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
563 mPendingEvents[Orientation].orientation.status
594 mHandlers[Orientation] = &MPLSensor::orienHandler;
937 // get gyro orientation
965 // get accel orientation
2298 for(int i = Orientation; i <= GeomagneticRotationVector; i++) {
2637 s->orientation.v, &s->orientation.status, &s->timestamp);
2640 s->orientation.v[0], s->orientation.v[1], s->orientation.v[2],
2794 sname = "Screen Orientation";
2815 what = Orientation;
2816 sname = "Orientation";
2931 case Orientation:
3022 what = Orientation;
3023 sname = "Orientation";
3161 case Orientation:
4252 //Enable DMP orientation
4256 LOGE("HAL:ERR can't enable Android orientation");
4338 "HAL:DMP display orientation disabled or file desc opened");
4731 fill in orientation values */
4744 /* fill in screen orientation values */
4939 list[Orientation].power = list[Gyro].power +
4942 list[Orientation].resolution = .00001;
4943 list[Orientation].maxRange = 360.0;
4944 list[Orientation].minDelay = 5000;
5185 //inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
5281 //void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);