HomeSort by relevance Sort by last modified time
    Searched refs:accuracy (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.h 16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy,
18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy,
22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy,
24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy,
26 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy,
28 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy,
32 int8_t *accuracy,
34 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
37 int inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy,
    [all...]
hal_outputs.c 45 int accuracy_mag; /**< Compass accuracy */
46 //int accuracy_gyro; /**< Gyro Accuracy */
47 //int accuracy_accel; /**< Accel Accuracy */
48 int accuracy_quat; /**< quat Accuracy */
117 * @param[out] accuracy Accuracy of the measurment, 0 is least accurate, while 3 is most accurate.
122 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
130 inv_get_accel_set(accel, accuracy, timestamp);
146 * @param[out] accuracy Accuracy of the measurment, 0 is least accurate, while 3 is most accurate
581 int8_t accuracy; local
    [all...]
data_builder.h 101 int accuracy; member in struct:inv_single_sensor_t
255 void inv_set_compass_bias(const long *bias, int accuracy);
258 void inv_set_mpl_gyro_bias(const long *bias, int accuracy);
260 void inv_set_mpl_accel_bias(const long *bias, int accuracy);
261 void inv_set_accel_accuracy(int accuracy);
262 void inv_set_accel_bias_mask(const long *bias, int accuracy, int mask);
295 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
296 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
297 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
298 void inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t * timestamp)
    [all...]
data_builder.c 98 // copy in the saved accuracy in the actual sensors accuracy
99 sensors.gyro.accuracy = inv_data_builder.save.gyro_accuracy;
100 sensors.accel.accuracy = inv_data_builder.save.accel_accuracy;
101 sensors.compass.accuracy = inv_data_builder.save.compass_accuracy;
103 if (sensors.accel.accuracy == 3) {
106 if (sensors.compass.accuracy == 3) {
724 * @param[in] accuracy Accuracy of compass data, where 3=most accurate, and 0=least accurate.
726 void inv_set_compass_bias(const long *bias, int accuracy)
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.h 16 int inv_get_sensor_type_orientation(float *values, int8_t *accuracy,
18 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
20 int inv_get_sensor_type_gyroscope(float *values, int8_t *accuracy,
22 int inv_get_sensor_type_gyroscope_raw(float *values, int8_t *accuracy,
24 int inv_get_sensor_type_magnetic_field(float *values, int8_t *accuracy,
26 int inv_get_sensor_type_magnetic_field_raw(float *values, int8_t *accuracy,
28 int inv_get_sensor_type_rotation_vector(float *values, int8_t *accuracy,
32 int8_t *accuracy,
34 int inv_get_sensor_type_gravity(float *values, int8_t *accuracy,
37 int inv_get_sensor_type_orientation_6_axis(float *values, int8_t *accuracy,
    [all...]
data_builder.h 99 int accuracy; member in struct:inv_single_sensor_t
252 void inv_set_compass_bias(const long *bias, int accuracy);
255 void inv_set_mpl_gyro_bias(const long *bias, int accuracy);
257 void inv_set_mpl_accel_bias(const long *bias, int accuracy);
258 void inv_set_accel_accuracy(int accuracy);
259 void inv_set_accel_bias_mask(const long *bias, int accuracy, int mask);
291 void inv_get_accel_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
292 void inv_get_gyro_set(long *data, int8_t *accuracy, inv_time_t * timestamp);
293 void inv_get_gyro_set_raw(long *data, int8_t *accuracy, inv_time_t * timestamp);
294 void inv_get_compass_set(long *data, int8_t *accuracy, inv_time_t * timestamp)
    [all...]
hal_outputs.c 45 int accuracy_mag; /**< Compass accuracy */
46 //int accuracy_gyro; /**< Gyro Accuracy */
47 //int accuracy_accel; /**< Accel Accuracy */
48 int accuracy_quat; /**< quat Accuracy */
69 * @param[out] accuracy Accuracy of the measurment, 0 is least accurate, while 3 is most accurate.
74 int inv_get_sensor_type_accelerometer(float *values, int8_t *accuracy,
82 inv_get_accel_set(accel, accuracy, timestamp);
98 * @param[out] accuracy Accuracy of the measurment, 0 is least accurate, while 3 is most accurate.
537 int8_t accuracy; local
    [all...]
data_builder.c 97 // copy in the saved accuracy in the actual sensors accuracy
98 sensors.gyro.accuracy = inv_data_builder.save.gyro_accuracy;
99 sensors.accel.accuracy = inv_data_builder.save.accel_accuracy;
100 sensors.compass.accuracy = inv_data_builder.save.compass_accuracy;
102 if (sensors.accel.accuracy == 3) {
105 if (sensors.compass.accuracy == 3) {
519 * @param[in] accuracy Accuracy of compass data, where 3=most accurate, and 0=least accurate.
521 void inv_set_compass_bias(const long *bias, int accuracy)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
ConvergingAlgorithm.java 30 * be moved to a new {@code IterativeAlgorithm}. The concept of "accuracy" is
68 * Set the absolute accuracy.
71 * -10..-0.1 and +0.1..+10 can be found with a reasonable accuracy. If the
76 * accuracy, but clients should not rely on this.</p>
78 * @param accuracy the accuracy.
79 * @throws IllegalArgumentException if the accuracy can't be achieved by
82 void setAbsoluteAccuracy(double accuracy);
85 * Get the actual absolute accuracy.
87 * @return the accuracy
    [all...]
ConvergingAlgorithmImpl.java 52 * Construct an algorithm with given iteration count and accuracy.
89 public void setAbsoluteAccuracy(double accuracy) {
90 absoluteAccuracy = accuracy;
119 public void setRelativeAccuracy(double accuracy) {
120 relativeAccuracy = accuracy;
  /frameworks/base/core/java/android/hardware/
SensorEventListener.java 42 * Called when the accuracy of the registered sensor has changed.
47 * @param accuracy The new accuracy of this sensor, one of
50 public void onAccuracyChanged(Sensor sensor, int accuracy);
SensorListener.java 93 * Called when the accuracy of a sensor has changed.
98 * @param accuracy The new accuracy of this sensor.
100 public void onAccuracyChanged(int sensor, int accuracy);
SensorEvent.java 21 * holds informations such as the sensor's type, the time-stamp, accuracy and of
294 * <li> values[4]: estimated heading Accuracy (in radians) (-1 if unavailable)</li>
453 * the estimated heading accuracy value.
496 * The accuracy of this event. See {@link android.hardware.SensorManager
499 public int accuracy; field in class:SensorEvent
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCriteria.java 10 private int accuracy = Criteria.NO_REQUIREMENT; field in class:ShadowCriteria
18 accuracy = criteria.getAccuracy();
24 return accuracy;
28 public void setAccuracy(int accuracy) {
29 this.accuracy = accuracy;
49 if (criteria.getAccuracy() == accuracy && criteria.getPowerRequirement() == powerRequirement) {
ShadowLocation.java 22 private float accuracy; field in class:ShadowLocation
59 accuracy = l.getAccuracy();
92 return accuracy;
96 public void setAccuracy(float accuracy) {
97 this.accuracy = accuracy;
103 this.accuracy = 0.0f;
213 if (accuracy != that.accuracy) return false;
227 temp = accuracy != 0f ? Float.floatToIntBits(accuracy) : 0
    [all...]
  /frameworks/base/location/java/android/location/
Criteria.java 24 * location provider. Providers maybe ordered according to accuracy,
51 * A constant indicating a finer location accuracy requirement
56 * A constant indicating an approximate accuracy requirement
61 * A constant indicating a low location accuracy requirement
62 * - may be used for horizontal, altitude, speed or bearing accuracy.
64 * an accuracy of greater than 500 meters.
69 * A constant indicating a medium accuracy requirement
70 * - currently used only for horizontal accuracy.
71 * For horizontal position this corresponds roughly to to an accuracy
77 * a constant indicating a high accuracy requiremen
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.h 23 void inv_get_sensor_type_gyro_float(float *values, int8_t *accuracy,
25 void inv_get_sensor_type_accel_float(float *values, int8_t *accuracy,
28 float *values, int8_t *accuracy, inv_time_t *timestamp);
29 void inv_get_sensor_type_quat_float(float *values, int *accuracy,
31 void inv_get_sensor_type_gravity_float(float *values, int *accuracy,
33 void inv_get_sensor_type_rotation_vector_float(float *values, int *accuracy,
datalogger_outputs.c 88 * @param[out] accuracy 0 (uncalibrated) to 3 (most accurate).
91 void inv_get_sensor_type_gyro_float(float *values, int8_t *accuracy,
95 inv_get_gyro_set(gyro, accuracy, timestamp);
122 * @param[out] accuracy 0 (uncalibrated) to 3 (most accurate).
125 void inv_get_sensor_type_accel_float(float *values, int8_t *accuracy,
129 inv_get_accel_set(accel, accuracy, timestamp);
157 * @param[out] accuracy 0 (uncalibrated) to 3 (most accurate).
161 float *values, int8_t *accuracy, inv_time_t *timestamp)
168 inv_get_compass_set(compass, accuracy, timestamp);
248 * @param[out] accuracy 0 (uncalibrated) to 3 (most accurate)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
TestSensorEvent.java 33 public final int accuracy; field in class:TestSensorEvent
57 accuracy = event.accuracy;
65 public TestSensorEvent(Sensor sensor, long timestamp, int accuracy, float[] values) {
66 this(sensor, timestamp, timestamp, accuracy, values);
72 public TestSensorEvent(Sensor sensor, long timestamp, long receivedTimestamp, int accuracy,
77 this.accuracy = accuracy;
84 "Timestamp=%sns, ReceivedTimestamp=%sns, Accuracy=%s, Values=%s",
87 this.accuracy,
    [all...]
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_APIs.h 50 int16* accuracy
59 int16* accuracy
66 int16* accuracy
AKFS_APIs.c 150 @param[out] accuracy Accuracy of magnetic field vector.
158 int16* accuracy
246 *accuracy = g_prms.mi_hstatus;
250 *accuracy, *vx, *vy, *vz);
268 @param[out] accuracy Accuracy of acceleration vector.
277 int16* accuracy
331 *accuracy = 3;
335 *accuracy, *vx, *vy, *vz)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
TSTInfo.java 51 * accuracy Accuracy OPTIONAL,
76 private final int [] accuracy; field in class:TSTInfo
87 BigInteger serialNumber, Date genTime, int[] accuracy,
95 this.accuracy = accuracy;
116 if (accuracy != null) {
117 res.append(accuracy[0] + " sec, " + accuracy[1] + " millis, "
118 + accuracy[2] + " micros")
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
ProviderPropertiesUnbundled.java 34 int powerRequirement, int accuracy) {
37 supportsBearing, powerRequirement, accuracy));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
HeartRateMonitorTestActivity.java 95 updateWidgets(value, sensorEvent.accuracy, R.drawable.fs_error);
97 updateWidgets(value, sensorEvent.accuracy, R.drawable.fs_good);
101 void updateWidgets(float value, float accuracy, int icon) {
107 sensorAccuracyText.setText(String.format("%+.2f", accuracy));
  /external/valgrind/memcheck/tests/
vcpu_fbench.stdout.exp 1 Ready to begin John Walker's floating point accuracy

Completed in 1187 milliseconds

1 2 3 4 5 6 7 8