Searched refs:uncalib (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | sensors.h | 230 float uncalib[3]; member
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.cpp | 2646 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, 2649 update = inv_get_sensor_type_gyroscope_raw(s->uncalibrated_gyro.uncalib, 2666 s->uncalibrated_gyro.uncalib[0], s->uncalibrated_gyro.uncalib[1], 2667 s->uncalibrated_gyro.uncalib[2], s->timestamp, update); 2728 …update = mCompassSensor->readRawSample(s->uncalibrated_magnetic.uncalib, (int64_t *)(&s->timestamp… 2731 update = inv_get_sensor_type_magnetic_field_raw(s->uncalibrated_magnetic.uncalib, 2736 update = mCompassSensor->readRawSample(s->uncalibrated_magnetic.uncalib, &s->timestamp); 2739 update = inv_get_sensor_type_magnetic_field_raw(s->uncalibrated_magnetic.uncalib, 2757 s->uncalibrated_magnetic.uncalib[0], s->uncalibrated_magnetic.uncalib[1], 2758 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()
|