Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:GeomagneticRotationVector

490     mPendingEvents[GeomagneticRotationVector].version = sizeof(sensors_event_t);
491 mPendingEvents[GeomagneticRotationVector].sensor = ID_GMRV;
492 mPendingEvents[GeomagneticRotationVector].type
494 mPendingEvents[GeomagneticRotationVector].acceleration.status
523 mHandlers[GeomagneticRotationVector] = &MPLSensor::gmHandler;
2938 if (!mEnabledTime[GeomagneticRotationVector] || !(s->timestamp > mEnabledTime[GeomagneticRotationVector])) {
2940 mEnabledTime[GeomagneticRotationVector], s->timestamp, android::elapsedRealtimeNano());
3176 what = GeomagneticRotationVector;
3177 sname = "GeomagneticRotationVector";
3286 case GeomagneticRotationVector:
3518 case GeomagneticRotationVector:
5275 list[GeomagneticRotationVector].power = list[Accelerometer].power +
5277 list[GeomagneticRotationVector].resolution = .00001;
5278 list[GeomagneticRotationVector].maxRange = 1.0;
5279 list[GeomagneticRotationVector].minDelay = 5000;