Lines Matching refs:Orientation
417 /* setup orientation matrix and scale */
484 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
485 mPendingEvents[Orientation].sensor = ID_O;
486 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
487 mPendingEvents[Orientation].orientation.status
522 mHandlers[Orientation] = &MPLSensor::orienHandler;
881 // get gyro orientation
912 // get accel orientation
2394 for(int i = Orientation; i < NumSensors; i++) {
2778 s->orientation.status = status;
2789 s->data[0], s->data[1], s->data[2], s->data[3], s->data[4], s->orientation.status, s->timestamp,
2811 s->orientation.status = status;
2820 s->data[0], s->data[1], s->data[2], s->data[3], s->data[4], s->orientation.status, s->timestamp,
2879 s->orientation.v, &s->orientation.status, (inv_time_t *)(&s->timestamp));
2882 s->orientation.v, &s->orientation.status, &s->timestamp);
2887 if (!mEnabledTime[Orientation] || !(s->timestamp > mEnabledTime[Orientation])) {
2889 mEnabledTime[Orientation], s->timestamp, android::elapsedRealtimeNano());
2894 s->orientation.v[0], s->orientation.v[1], s->orientation.v[2],
2936 s->orientation.status = status;
2945 s->data[0], s->data[1], s->data[2], s->data[3], s->data[4], s->orientation.status, s->timestamp, update);
3127 sname = "Screen Orientation";
3148 what = Orientation;
3149 sname = "Orientation";
3270 case Orientation:
3372 what = Orientation;
3373 sname = "Orientation";
3515 case Orientation:
4724 // Enable DMP orientation
4728 LOGE("HAL:ERR can't enable Android orientation");
4795 "HAL:DMP display orientation disabled or file desc opened");
5096 fill in orientation values */
5109 /* fill in screen orientation values */
5303 list[Orientation].power = list[Gyro].power +
5306 list[Orientation].resolution = .00001;
5307 list[Orientation].maxRange = 360.0;
5308 list[Orientation].minDelay = 5000;