Searched refs:geomag_compass_correction (Results 1 – 2 of 2) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | results_holder.c | 43 …long geomag_compass_correction[4]; /**< quaternion going from accel quaternion to geomag sensor fu… member 103 memcpy(rh.geomag_compass_correction, data, sizeof(rh.geomag_compass_correction)); in inv_set_geomagnetic_compass_correction() 125 memcpy(data, rh.geomag_compass_correction, sizeof(rh.geomag_compass_correction)); in inv_get_geomagnetic_compass_correction() 304 inv_q_mult(rh.geomag_compass_correction, rh.accel_quat, rh.geomag_quat); in inv_get_geomagnetic_quaternion() 385 rh.geomag_compass_correction[0] = 1L<<30; in inv_init_results_holder()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | results_holder.c | 38 …long geomag_compass_correction[4]; /**< quaternion going from accel quaternion to geomag sensor fu… member 139 memcpy(rh.geomag_compass_correction, data, sizeof(rh.geomag_compass_correction)); in inv_set_geomagnetic_compass_correction() 161 memcpy(data, rh.geomag_compass_correction, sizeof(rh.geomag_compass_correction)); in inv_get_geomagnetic_compass_correction() 484 rh.geomag_compass_correction[0] = 1L<<30; in inv_init_results_holder()
|