Lines Matching refs:uncalib
2499 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib,
2509 s->uncalibrated_gyro.uncalib[0], s->uncalibrated_gyro.uncalib[1],
2510 s->uncalibrated_gyro.uncalib[2], s->timestamp, update);
2544 //TODO: need to handle uncalib data and bias for 3rd party compass
2546 update = mCompassSensor->readRawSample(s->uncalibrated_magnetic.uncalib, &s->timestamp);
2549 update = inv_get_sensor_type_magnetic_field_raw(s->uncalibrated_magnetic.uncalib,
2560 s->uncalibrated_magnetic.uncalib[0], s->uncalibrated_magnetic.uncalib[1],
2561 s->uncalibrated_magnetic.uncalib[2], s->magnetic.status, s->timestamp, update);