Searched defs:accuracy (Results 1 - 4 of 4) sorted by relevance
/hardware/invensense/mlsdk/mllite/ |
H A D | mlarray.c | 2093 * Returns the curren compass accuracy. 2095 * - 0: Unknown: The accuracy is unreliable and compass data should not be used 2096 * - 1: Low: The compass accuracy is low. 2097 * - 2: Medium: The compass accuracy is medium. 2100 * @param accuracy The accuracy level in the range 0-3 2104 inv_error_t inv_get_compass_accuracy(int *accuracy) argument 2109 *accuracy = inv_obj.compass_accuracy;
|
H A D | mlFIFO.c | 163 /** Sets accuracy to be one of 0, INV_32_BIT, or INV_16_BIT. Looks up old 164 * accuracy if needed. 167 uint_fast16_t accuracy, 171 if (!accuracy) 172 accuracy = fifo_obj.data_config[configOffset]; 173 else if (accuracy & INV_16_BIT) 175 accuracy = INV_32_BIT; // 32-bits takes priority 177 accuracy = INV_16_BIT; 179 accuracy = INV_32_BIT; 181 accuracy 166 inv_set_fifo_accuracy(uint_fast16_t elements, uint_fast16_t accuracy, uint_fast8_t configOffset) argument 226 inv_construct3_fifo(unsigned char *regs, uint_fast16_t elements, uint_fast16_t accuracy, uint_fast8_t refOffset, unsigned short key, uint_fast8_t configOffset) argument 990 inv_send_accel(uint_fast16_t elements, uint_fast16_t accuracy) argument 1024 inv_send_cntrl_data(uint_fast16_t elements, uint_fast16_t accuracy) argument 1075 inv_send_packet_number(uint_fast16_t accuracy) argument 1122 inv_send_gravity(uint_fast16_t elements, uint_fast16_t accuracy) argument 1144 inv_send_gyro(uint_fast16_t elements, uint_fast16_t accuracy) argument 1196 inv_send_linear_accel(uint_fast16_t elements, uint_fast16_t accuracy) argument 1231 inv_send_linear_accel_in_world(uint_fast16_t elements, uint_fast16_t accuracy) argument 1252 inv_send_quaternion(uint_fast16_t accuracy) argument 1298 inv_send_sensor_data(uint_fast16_t elements, uint_fast16_t accuracy) argument 1417 inv_send_external_sensor_data(uint_fast16_t elements, uint_fast16_t accuracy) argument 1490 inv_send_quantized_accel(uint_fast16_t elements, uint_fast16_t accuracy) argument 1549 inv_send_eis(uint_fast16_t elements, uint_fast16_t accuracy) argument [all...] |
/hardware/qcom/gps/loc_api/libloc_api/ |
H A D | loc_eng.cpp | 73 static int loc_eng_inject_location(double latitude, double longitude, float accuracy); 532 static int loc_eng_inject_location (double latitude, double longitude, float accuracy) argument 798 location.accuracy = location_report_ptr->hor_unc_circular;
|
/hardware/libhardware/include/hardware/ |
H A D | gps.h | 88 /** GpsLocation has valid accuracy. */ 248 /** Represents expected accuracy in meters. */ 249 float accuracy; member in struct:__anon133 409 * expected accuracy is measured in meters 411 int (*inject_location)(double latitude, double longitude, float accuracy); 422 * preferred_accuracy represents the requested fix accuracy in meters.
|
Completed in 414 milliseconds