Searched refs:bias_error (Results 1 - 7 of 7) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dresults_holder.h63 void inv_set_compass_bias_error(const long *bias_error);
64 void inv_get_compass_bias_error(long *bias_error);
H A Dresults_holder.c378 * @param[in] bias_error Set's how accurate we know the compass bias. It is the
381 void inv_set_compass_bias_error(const long *bias_error) argument
383 memcpy(rh.compass_bias_error, bias_error, sizeof(rh.compass_bias_error));
387 * @param[out] bias_error Accuracy as to how well the compass bias is known. It is the error squared.
389 void inv_get_compass_bias_error(long *bias_error) argument
391 memcpy(bias_error, rh.compass_bias_error, sizeof(rh.compass_bias_error));
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dresults_holder.h69 void inv_set_compass_bias_error(const long *bias_error);
70 void inv_get_compass_bias_error(long *bias_error);
H A Dresults_holder.c457 * @param[in] bias_error Set's how accurate we know the compass bias. It is the
460 void inv_set_compass_bias_error(const long *bias_error) argument
462 memcpy(rh.compass_bias_error, bias_error, sizeof(rh.compass_bias_error));
466 * @param[out] bias_error Accuracy as to how well the compass bias is known. It is the error squared.
468 void inv_get_compass_bias_error(long *bias_error) argument
470 memcpy(bias_error, rh.compass_bias_error, sizeof(rh.compass_bias_error));
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dresults_holder.h123 void inv_set_compass_bias_error(const long *bias_error);
124 void inv_get_compass_bias_error(long *bias_error);
H A Dresults_holder.c581 * @param[in] bias_error Set's how accurate we know the compass bias. It is the
584 void inv_set_compass_bias_error(const long *bias_error) argument
586 memcpy(rh.compass_bias_error, bias_error, sizeof(rh.compass_bias_error));
590 * @param[out] bias_error Accuracy as to how well the compass bias is known. It is the error squared.
592 void inv_get_compass_bias_error(long *bias_error) argument
594 memcpy(bias_error, rh.compass_bias_error, sizeof(rh.compass_bias_error));
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp640 float bias_error[3]; local

Completed in 201 milliseconds