Searched refs:uncalib (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | sensors.h | 708 float uncalib[3]; member
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 2626 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, 2629 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, 2640 s->uncalibrated_gyro.uncalib[0], s->uncalibrated_gyro.uncalib[1], 2641 s->uncalibrated_gyro.uncalib[2], s->timestamp, update); 2688 …update = mCompassSensor->readRawSample(s->uncalibrated_magnetic.uncalib, (int64_t *)(&s->timestamp… 2691 update = inv_get_sensor_type_magnetic_field_raw(s->uncalibrated_magnetic.uncalib, 2696 update = mCompassSensor->readRawSample(s->uncalibrated_magnetic.uncalib, &s->timestamp); 2699 update = inv_get_sensor_type_magnetic_field_raw(s->uncalibrated_magnetic.uncalib, 2711 s->uncalibrated_magnetic.uncalib[0], s->uncalibrated_magnetic.uncalib[1], 2712 s->uncalibrated_magnetic.uncalib[2], s->magnetic.status, s->timestamp, update);
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 2499 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, in rawGyroHandler() 2509 s->uncalibrated_gyro.uncalib[0], s->uncalibrated_gyro.uncalib[1], in rawGyroHandler() 2510 s->uncalibrated_gyro.uncalib[2], s->timestamp, update); in rawGyroHandler() 2546 update = mCompassSensor->readRawSample(s->uncalibrated_magnetic.uncalib, &s->timestamp); in rawCompassHandler() 2549 update = inv_get_sensor_type_magnetic_field_raw(s->uncalibrated_magnetic.uncalib, in rawCompassHandler() 2560 s->uncalibrated_magnetic.uncalib[0], s->uncalibrated_magnetic.uncalib[1], in rawCompassHandler() 2561 s->uncalibrated_magnetic.uncalib[2], s->magnetic.status, s->timestamp, update); in rawCompassHandler()
|