Searched defs:table_length (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8960/utils/
H A Dloc_cfg.cpp207 table_length: length of the configuration table
218 void loc_read_conf(const char* conf_file_name, loc_param_s_type* config_table, uint32_t table_length) argument
238 for(i = 0; NULL != config_table && i < table_length; i++)
271 for(i = 0; NULL != config_table && i < table_length; i++)
/hardware/qcom/gps/msm8084/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
184 loc_param_s_type* config_table, uint32_t table_length)
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
248 table_length: length of the configuration table
261 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table, uint32_t table_length) argument
265 unsigned int num_params=table_length;
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
313 table_length: length of the configuration table
325 loc_param_s_type* config_table, uint32_t table_length)
183 loc_fill_conf_item(char* input_buf, loc_param_s_type* config_table, uint32_t table_length) argument
324 loc_update_conf(const char* conf_data, int32_t length, loc_param_s_type* config_table, uint32_t table_length) argument
380 loc_read_conf(const char* conf_file_name, loc_param_s_type* config_table, uint32_t table_length) argument
[all...]
/hardware/qcom/gps/msm8909/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
184 const loc_param_s_type* config_table, uint32_t table_length)
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
248 table_length: length of the configuration table
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length) argument
265 unsigned int num_params=table_length;
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
313 table_length: length of the configuration table
325 const loc_param_s_type* config_table, uint32_t table_length)
183 loc_fill_conf_item(char* input_buf, const loc_param_s_type* config_table, uint32_t table_length) argument
324 loc_update_conf(const char* conf_data, int32_t length, const loc_param_s_type* config_table, uint32_t table_length) argument
380 loc_read_conf(const char* conf_file_name, const loc_param_s_type* config_table, uint32_t table_length) argument
[all...]
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
184 const loc_param_s_type* config_table, uint32_t table_length)
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
248 table_length: length of the configuration table
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length) argument
265 unsigned int num_params=table_length;
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
313 table_length: length of the configuration table
325 const loc_param_s_type* config_table, uint32_t table_length)
183 loc_fill_conf_item(char* input_buf, const loc_param_s_type* config_table, uint32_t table_length) argument
324 loc_update_conf(const char* conf_data, int32_t length, const loc_param_s_type* config_table, uint32_t table_length) argument
380 loc_read_conf(const char* conf_file_name, const loc_param_s_type* config_table, uint32_t table_length) argument
[all...]
/hardware/qcom/gps/msm8994/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
184 loc_param_s_type* config_table, uint32_t table_length)
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
248 table_length: length of the configuration table
261 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table, uint32_t table_length) argument
265 unsigned int num_params=table_length;
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
313 table_length: length of the configuration table
325 loc_param_s_type* config_table, uint32_t table_length)
183 loc_fill_conf_item(char* input_buf, loc_param_s_type* config_table, uint32_t table_length) argument
324 loc_update_conf(const char* conf_data, int32_t length, loc_param_s_type* config_table, uint32_t table_length) argument
380 loc_read_conf(const char* conf_file_name, loc_param_s_type* config_table, uint32_t table_length) argument
[all...]
/hardware/qcom/gps/msm8996/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
184 const loc_param_s_type* config_table, uint32_t table_length)
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
248 table_length: length of the configuration table
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length) argument
265 unsigned int num_params=table_length;
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
313 table_length: length of the configuration table
325 const loc_param_s_type* config_table, uint32_t table_length)
183 loc_fill_conf_item(char* input_buf, const loc_param_s_type* config_table, uint32_t table_length) argument
324 loc_update_conf(const char* conf_data, int32_t length, const loc_param_s_type* config_table, uint32_t table_length) argument
380 loc_read_conf(const char* conf_file_name, const loc_param_s_type* config_table, uint32_t table_length) argument
[all...]
/hardware/qcom/gps/msm8998/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
184 const loc_param_s_type* config_table, uint32_t table_length)
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
248 table_length: length of the configuration table
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length) argument
265 unsigned int num_params=table_length;
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
313 table_length: length of the configuration table
325 const loc_param_s_type* config_table, uint32_t table_length)
183 loc_fill_conf_item(char* input_buf, const loc_param_s_type* config_table, uint32_t table_length) argument
324 loc_update_conf(const char* conf_data, int32_t length, const loc_param_s_type* config_table, uint32_t table_length) argument
380 loc_read_conf(const char* conf_file_name, const loc_param_s_type* config_table, uint32_t table_length) argument
[all...]
/hardware/qcom/gps/utils/
H A Dloc_cfg.cpp172 table_length: length of the configuration table
184 loc_param_s_type* config_table, uint32_t table_length)
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
248 table_length: length of the configuration table
261 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table, uint32_t table_length) argument
265 unsigned int num_params=table_length;
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length);
313 table_length: length of the configuration table
325 loc_param_s_type* config_table, uint32_t table_length)
183 loc_fill_conf_item(char* input_buf, loc_param_s_type* config_table, uint32_t table_length) argument
324 loc_update_conf(const char* conf_data, int32_t length, loc_param_s_type* config_table, uint32_t table_length) argument
380 loc_read_conf(const char* conf_file_name, loc_param_s_type* config_table, uint32_t table_length) argument
[all...]

Completed in 52 milliseconds