Home
last modified time | relevance | path

Searched refs:table_length (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/sm7250/gps/utils/
Dloc_cfg.h124 uint32_t table_length, uint16_t string_len);
126 uint32_t table_length, uint16_t string_len);
128 const loc_param_s_type* config_table, uint32_t table_length,
132 const loc_param_s_type* config_table, uint32_t table_length) { in loc_read_conf() argument
133 loc_read_conf_long(conf_file_name, config_table, table_length, LOC_MAX_PARAM_STRING); in loc_read_conf()
137 uint32_t table_length) { in loc_read_conf_r() argument
138 return (loc_read_conf_r_long(conf_fp, config_table, table_length, LOC_MAX_PARAM_STRING)); in loc_read_conf_r()
142 const loc_param_s_type* config_table, uint32_t table_length) { in loc_update_conf() argument
144 conf_data, length, config_table, table_length, LOC_MAX_PARAM_STRING)); in loc_update_conf()
Dloc_cfg.cpp239 uint32_t table_length, uint16_t string_len = LOC_MAX_PARAM_STRING) in loc_fill_conf_item() argument
274 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
317 uint32_t table_length, uint16_t string_len) in loc_read_conf_r_long() argument
321 unsigned int num_params=table_length; in loc_read_conf_r_long()
330 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r_long()
346 num_params -= loc_fill_conf_item(input_buf, config_table, table_length, string_len); in loc_read_conf_r_long()
381 uint32_t table_length, uint16_t string_len) in loc_update_conf_long() argument
385 if (conf_data && length && config_table && table_length) { in loc_update_conf_long()
396 uint32_t num_params = table_length - 1; in loc_update_conf_long()
405 loc_fill_conf_item(input_buf, config_table, table_length, string_len); in loc_update_conf_long()
[all …]
/hardware/qcom/sm8150/gps/utils/
Dloc_cfg.h124 uint32_t table_length, uint16_t string_len);
126 uint32_t table_length, uint16_t string_len);
128 const loc_param_s_type* config_table, uint32_t table_length,
132 const loc_param_s_type* config_table, uint32_t table_length) { in loc_read_conf() argument
133 loc_read_conf_long(conf_file_name, config_table, table_length, LOC_MAX_PARAM_STRING); in loc_read_conf()
137 uint32_t table_length) { in loc_read_conf_r() argument
138 return (loc_read_conf_r_long(conf_fp, config_table, table_length, LOC_MAX_PARAM_STRING)); in loc_read_conf_r()
142 const loc_param_s_type* config_table, uint32_t table_length) { in loc_update_conf() argument
144 conf_data, length, config_table, table_length, LOC_MAX_PARAM_STRING)); in loc_update_conf()
Dloc_cfg.cpp239 uint32_t table_length, uint16_t string_len = LOC_MAX_PARAM_STRING) in loc_fill_conf_item() argument
274 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
317 uint32_t table_length, uint16_t string_len) in loc_read_conf_r_long() argument
321 unsigned int num_params=table_length; in loc_read_conf_r_long()
330 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r_long()
346 num_params -= loc_fill_conf_item(input_buf, config_table, table_length, string_len); in loc_read_conf_r_long()
381 uint32_t table_length, uint16_t string_len) in loc_update_conf_long() argument
385 if (conf_data && length && config_table && table_length) { in loc_update_conf_long()
396 uint32_t num_params = table_length - 1; in loc_update_conf_long()
405 loc_fill_conf_item(input_buf, config_table, table_length, string_len); in loc_update_conf_long()
[all …]
/hardware/qcom/gps/msm8909/utils/
Dloc_cfg.cpp184 const loc_param_s_type* config_table, uint32_t table_length) in loc_fill_conf_item() argument
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length) in loc_read_conf_r() argument
265 unsigned int num_params=table_length; in loc_read_conf_r()
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r()
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_read_conf_r()
325 const loc_param_s_type* config_table, uint32_t table_length) in loc_update_conf() argument
329 if (conf_data && length && config_table && table_length) { in loc_update_conf()
340 uint32_t num_params = table_length - 1; in loc_update_conf()
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_update_conf()
[all …]
Dloc_cfg.h82 uint32_t table_length);
84 uint32_t table_length);
86 const loc_param_s_type* config_table, uint32_t table_length);
/hardware/qcom/gps/msm8909w_3100/utils/
Dloc_cfg.cpp184 const loc_param_s_type* config_table, uint32_t table_length) in loc_fill_conf_item() argument
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length) in loc_read_conf_r() argument
265 unsigned int num_params=table_length; in loc_read_conf_r()
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r()
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_read_conf_r()
325 const loc_param_s_type* config_table, uint32_t table_length) in loc_update_conf() argument
329 if (conf_data && length && config_table && table_length) { in loc_update_conf()
340 uint32_t num_params = table_length - 1; in loc_update_conf()
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_update_conf()
[all …]
Dloc_cfg.h82 uint32_t table_length);
84 uint32_t table_length);
86 const loc_param_s_type* config_table, uint32_t table_length);
/hardware/qcom/gps/msm8994/utils/
Dloc_cfg.cpp184 loc_param_s_type* config_table, uint32_t table_length) in loc_fill_conf_item() argument
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
261 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table, uint32_t table_length) in loc_read_conf_r() argument
265 unsigned int num_params=table_length; in loc_read_conf_r()
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r()
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_read_conf_r()
325 loc_param_s_type* config_table, uint32_t table_length) in loc_update_conf() argument
329 if (conf_data && length && config_table && table_length) { in loc_update_conf()
340 uint32_t num_params = table_length - 1; in loc_update_conf()
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_update_conf()
[all …]
Dloc_cfg.h82 uint32_t table_length);
84 uint32_t table_length);
86 loc_param_s_type* config_table, uint32_t table_length);
/hardware/qcom/gps/msm8996/utils/
Dloc_cfg.cpp184 const loc_param_s_type* config_table, uint32_t table_length) in loc_fill_conf_item() argument
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length) in loc_read_conf_r() argument
265 unsigned int num_params=table_length; in loc_read_conf_r()
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r()
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_read_conf_r()
325 const loc_param_s_type* config_table, uint32_t table_length) in loc_update_conf() argument
329 if (conf_data && length && config_table && table_length) { in loc_update_conf()
340 uint32_t num_params = table_length - 1; in loc_update_conf()
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_update_conf()
[all …]
Dloc_cfg.h82 uint32_t table_length);
84 uint32_t table_length);
86 const loc_param_s_type* config_table, uint32_t table_length);
/hardware/qcom/gps/utils/
Dloc_cfg.cpp184 loc_param_s_type* config_table, uint32_t table_length) in loc_fill_conf_item() argument
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
261 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table, uint32_t table_length) in loc_read_conf_r() argument
265 unsigned int num_params=table_length; in loc_read_conf_r()
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r()
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_read_conf_r()
325 loc_param_s_type* config_table, uint32_t table_length) in loc_update_conf() argument
329 if (conf_data && length && config_table && table_length) { in loc_update_conf()
340 uint32_t num_params = table_length - 1; in loc_update_conf()
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_update_conf()
[all …]
Dloc_cfg.h82 uint32_t table_length);
84 uint32_t table_length);
86 loc_param_s_type* config_table, uint32_t table_length);
/hardware/qcom/gps/msm8084/utils/
Dloc_cfg.cpp184 loc_param_s_type* config_table, uint32_t table_length) in loc_fill_conf_item() argument
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
261 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table, uint32_t table_length) in loc_read_conf_r() argument
265 unsigned int num_params=table_length; in loc_read_conf_r()
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r()
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_read_conf_r()
325 loc_param_s_type* config_table, uint32_t table_length) in loc_update_conf() argument
329 if (conf_data && length && config_table && table_length) { in loc_update_conf()
340 uint32_t num_params = table_length - 1; in loc_update_conf()
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_update_conf()
[all …]
Dloc_cfg.h82 uint32_t table_length);
84 uint32_t table_length);
86 loc_param_s_type* config_table, uint32_t table_length);
/hardware/qcom/gps/msm8998/utils/
Dloc_cfg.cpp184 const loc_param_s_type* config_table, uint32_t table_length) in loc_fill_conf_item() argument
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length) in loc_read_conf_r() argument
265 unsigned int num_params=table_length; in loc_read_conf_r()
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r()
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_read_conf_r()
325 const loc_param_s_type* config_table, uint32_t table_length) in loc_update_conf() argument
329 if (conf_data && length && config_table && table_length) { in loc_update_conf()
340 uint32_t num_params = table_length - 1; in loc_update_conf()
348 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_update_conf()
[all …]
Dloc_cfg.h82 uint32_t table_length);
84 uint32_t table_length);
86 const loc_param_s_type* config_table, uint32_t table_length);
/hardware/qcom/sm8150p/gps/utils/
Dloc_cfg.h120 uint32_t table_length);
122 uint32_t table_length);
124 const loc_param_s_type* config_table, uint32_t table_length);
Dloc_cfg.cpp231 const loc_param_s_type* config_table, uint32_t table_length) in loc_fill_conf_item() argument
266 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
308 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length) in loc_read_conf_r() argument
312 unsigned int num_params=table_length; in loc_read_conf_r()
320 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r()
338 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_read_conf_r()
372 const loc_param_s_type* config_table, uint32_t table_length) in loc_update_conf() argument
376 if (conf_data && length && config_table && table_length) { in loc_update_conf()
387 uint32_t num_params = table_length - 1; in loc_update_conf()
395 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_update_conf()
[all …]
/hardware/qcom/sm7150/gps/utils/
Dloc_cfg.h120 uint32_t table_length);
122 uint32_t table_length);
124 const loc_param_s_type* config_table, uint32_t table_length);
Dloc_cfg.cpp233 const loc_param_s_type* config_table, uint32_t table_length) in loc_fill_conf_item() argument
268 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_fill_conf_item()
310 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length) in loc_read_conf_r() argument
314 unsigned int num_params=table_length; in loc_read_conf_r()
322 for(uint32_t i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf_r()
340 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_read_conf_r()
374 const loc_param_s_type* config_table, uint32_t table_length) in loc_update_conf() argument
378 if (conf_data && length && config_table && table_length) { in loc_update_conf()
389 uint32_t num_params = table_length - 1; in loc_update_conf()
397 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_update_conf()
[all …]
/hardware/qcom/gps/msm8960/utils/
Dloc_cfg.cpp218 …id loc_read_conf(const char* conf_file_name, loc_param_s_type* config_table, uint32_t table_length) in loc_read_conf() argument
238 for(i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf()
271 for(i = 0; NULL != config_table && i < table_length; i++) in loc_read_conf()
Dloc_cfg.h77 uint32_t table_length);