HomeSort by relevance Sort by last modified time
    Searched refs:bias_error (Results 1 - 5 of 5) sorted by null

  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
results_holder.h 63 void inv_set_compass_bias_error(const long *bias_error);
64 void inv_get_compass_bias_error(long *bias_error);
results_holder.c 378 * @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)
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)
391 memcpy(bias_error, rh.compass_bias_error, sizeof(rh.compass_bias_error));
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
results_holder.h 69 void inv_set_compass_bias_error(const long *bias_error);
70 void inv_get_compass_bias_error(long *bias_error);
results_holder.c 456 * @param[in] bias_error Set's how accurate we know the compass bias. It is the
459 void inv_set_compass_bias_error(const long *bias_error)
461 memcpy(rh.compass_bias_error, bias_error, sizeof(rh.compass_bias_error));
465 * @param[out] bias_error Accuracy as to how well the compass bias is known. It is the error squared.
467 void inv_get_compass_bias_error(long *bias_error)
469 memcpy(bias_error, rh.compass_bias_error, sizeof(rh.compass_bias_error));
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 640 float bias_error[3]; local
    [all...]

Completed in 72 milliseconds