/hardware/qcom/gps/msm8960/utils/ |
loc_cfg.cpp | 205 conf_file_name: configuration file to read 218 void loc_read_conf(const char* conf_file_name, loc_param_s_type* config_table, uint32_t table_length) 226 if((gps_conf_fp = fopen(conf_file_name, "r")) != NULL) 228 LOC_LOGD("%s: using %s", __FUNCTION__, conf_file_name); 232 LOC_LOGW("%s: no %s file found", __FUNCTION__, conf_file_name);
|
loc_cfg.h | 75 extern void loc_read_conf(const char* conf_file_name,
|
/hardware/qcom/gps/msm8084/utils/ |
loc_cfg.cpp | 367 conf_file_name: configuration file to read 380 void loc_read_conf(const char* conf_file_name, loc_param_s_type* config_table, 389 if((conf_fp = fopen(conf_file_name, "r")) != NULL) 391 LOC_LOGD("%s: using %s", __FUNCTION__, conf_file_name);
|
loc_cfg.h | 80 void loc_read_conf(const char* conf_file_name,
|
/hardware/qcom/gps/msm8909/utils/ |
loc_cfg.cpp | 367 conf_file_name: configuration file to read 380 void loc_read_conf(const char* conf_file_name, const loc_param_s_type* config_table, 388 if((conf_fp = fopen(conf_file_name, "r")) != NULL) 390 LOC_LOGD("%s: using %s", __FUNCTION__, conf_file_name);
|
loc_cfg.h | 80 void loc_read_conf(const char* conf_file_name,
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
loc_cfg.cpp | 367 conf_file_name: configuration file to read 380 void loc_read_conf(const char* conf_file_name, const loc_param_s_type* config_table, 388 if((conf_fp = fopen(conf_file_name, "r")) != NULL) 390 LOC_LOGD("%s: using %s", __FUNCTION__, conf_file_name);
|
loc_cfg.h | 80 void loc_read_conf(const char* conf_file_name,
|
/hardware/qcom/gps/msm8994/utils/ |
loc_cfg.cpp | 367 conf_file_name: configuration file to read 380 void loc_read_conf(const char* conf_file_name, loc_param_s_type* config_table, 388 if((conf_fp = fopen(conf_file_name, "r")) != NULL) 390 LOC_LOGD("%s: using %s", __FUNCTION__, conf_file_name);
|
loc_cfg.h | 80 void loc_read_conf(const char* conf_file_name,
|
/hardware/qcom/gps/msm8996/utils/ |
loc_cfg.cpp | 367 conf_file_name: configuration file to read 380 void loc_read_conf(const char* conf_file_name, const loc_param_s_type* config_table, 388 if((conf_fp = fopen(conf_file_name, "r")) != NULL) 390 LOC_LOGD("%s: using %s", __FUNCTION__, conf_file_name);
|
loc_cfg.h | 80 void loc_read_conf(const char* conf_file_name,
|
/hardware/qcom/gps/msm8998/utils/ |
loc_cfg.cpp | 367 conf_file_name: configuration file to read 380 void loc_read_conf(const char* conf_file_name, const loc_param_s_type* config_table, 388 if((conf_fp = fopen(conf_file_name, "r")) != NULL) 390 LOC_LOGD("%s: using %s", __FUNCTION__, conf_file_name);
|
loc_cfg.h | 80 void loc_read_conf(const char* conf_file_name,
|
/hardware/qcom/gps/utils/ |
loc_cfg.cpp | 367 conf_file_name: configuration file to read 380 void loc_read_conf(const char* conf_file_name, loc_param_s_type* config_table, 388 if((conf_fp = fopen(conf_file_name, "r")) != NULL) 390 LOC_LOGD("%s: using %s", __FUNCTION__, conf_file_name);
|
loc_cfg.h | 80 void loc_read_conf(const char* conf_file_name,
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng.cpp | 2967 char conf_file_name[256]; local [all...] |