HomeSort by relevance Sort by last modified time
    Searched refs:config_table (Results 1 - 16 of 16) sorted by null

  /hardware/qcom/gps/msm8084/utils/
loc_cfg.h 40 #define UTIL_UPDATE_CONF(conf_data, len, config_table) \
41 loc_update_conf((conf_data), (len), (config_table), \
42 sizeof(config_table) / sizeof(config_table[0]))
47 #define UTIL_READ_CONF(filename, config_table) \
48 loc_read_conf((filename), (config_table), sizeof(config_table) / sizeof(config_table[0]))
81 loc_param_s_type* config_table,
83 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table,
    [all...]
loc_cfg.cpp 171 config_table: table definition of strings to places to store information
178 0: Number of records in the config_table filled with input_buf
184 loc_param_s_type* config_table, uint32_t table_length)
188 if (input_buf && config_table) {
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
221 if(!loc_set_config_entry(&config_table[i], &config_value)) {
247 config_table: table definition of strings to places to store information
261 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table, uint32_t table_length)
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
275 if(NULL != config_table[i].param_set
    [all...]
  /hardware/qcom/gps/msm8909/utils/
loc_cfg.h 40 #define UTIL_UPDATE_CONF(conf_data, len, config_table) \
41 loc_update_conf((conf_data), (len), (config_table), \
42 sizeof(config_table) / sizeof(config_table[0]))
47 #define UTIL_READ_CONF(filename, config_table) \
48 loc_read_conf((filename), (config_table), sizeof(config_table) / sizeof(config_table[0]))
81 const loc_param_s_type* config_table,
83 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table,
    [all...]
loc_cfg.cpp 171 config_table: table definition of strings to places to store information
178 0: Number of records in the config_table filled with input_buf
184 const loc_param_s_type* config_table, uint32_t table_length)
188 if (input_buf && config_table) {
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
221 if(!loc_set_config_entry(&config_table[i], &config_value)) {
247 config_table: table definition of strings to places to store information
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length)
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
275 if(NULL != config_table[i].param_set
    [all...]
  /hardware/qcom/gps/msm8994/utils/
loc_cfg.h 40 #define UTIL_UPDATE_CONF(conf_data, len, config_table) \
41 loc_update_conf((conf_data), (len), (config_table), \
42 sizeof(config_table) / sizeof(config_table[0]))
47 #define UTIL_READ_CONF(filename, config_table) \
48 loc_read_conf((filename), (config_table), sizeof(config_table) / sizeof(config_table[0]))
81 loc_param_s_type* config_table,
83 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table,
    [all...]
loc_cfg.cpp 171 config_table: table definition of strings to places to store information
178 0: Number of records in the config_table filled with input_buf
184 loc_param_s_type* config_table, uint32_t table_length)
188 if (input_buf && config_table) {
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
221 if(!loc_set_config_entry(&config_table[i], &config_value)) {
247 config_table: table definition of strings to places to store information
261 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table, uint32_t table_length)
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
275 if(NULL != config_table[i].param_set
    [all...]
  /hardware/qcom/gps/msm8996/utils/
loc_cfg.h 40 #define UTIL_UPDATE_CONF(conf_data, len, config_table) \
41 loc_update_conf((conf_data), (len), (config_table), \
42 sizeof(config_table) / sizeof(config_table[0]))
47 #define UTIL_READ_CONF(filename, config_table) \
48 loc_read_conf((filename), (config_table), sizeof(config_table) / sizeof(config_table[0]))
81 const loc_param_s_type* config_table,
83 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table,
    [all...]
loc_cfg.cpp 171 config_table: table definition of strings to places to store information
178 0: Number of records in the config_table filled with input_buf
184 const loc_param_s_type* config_table, uint32_t table_length)
188 if (input_buf && config_table) {
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
221 if(!loc_set_config_entry(&config_table[i], &config_value)) {
247 config_table: table definition of strings to places to store information
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length)
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
275 if(NULL != config_table[i].param_set
    [all...]
  /hardware/qcom/gps/msmcobalt/utils/
loc_cfg.h 40 #define UTIL_UPDATE_CONF(conf_data, len, config_table) \
41 loc_update_conf((conf_data), (len), (config_table), \
42 sizeof(config_table) / sizeof(config_table[0]))
47 #define UTIL_READ_CONF(filename, config_table) \
48 loc_read_conf((filename), (config_table), sizeof(config_table) / sizeof(config_table[0]))
81 const loc_param_s_type* config_table,
83 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table,
    [all...]
loc_cfg.cpp 171 config_table: table definition of strings to places to store information
178 0: Number of records in the config_table filled with input_buf
184 const loc_param_s_type* config_table, uint32_t table_length)
188 if (input_buf && config_table) {
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
221 if(!loc_set_config_entry(&config_table[i], &config_value)) {
247 config_table: table definition of strings to places to store information
261 int loc_read_conf_r(FILE *conf_fp, const loc_param_s_type* config_table, uint32_t table_length)
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
275 if(NULL != config_table[i].param_set
    [all...]
  /hardware/qcom/gps/utils/
loc_cfg.h 40 #define UTIL_UPDATE_CONF(conf_data, len, config_table) \
41 loc_update_conf((conf_data), (len), (config_table), \
42 sizeof(config_table) / sizeof(config_table[0]))
47 #define UTIL_READ_CONF(filename, config_table) \
48 loc_read_conf((filename), (config_table), sizeof(config_table) / sizeof(config_table[0]))
81 loc_param_s_type* config_table,
83 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table,
    [all...]
loc_cfg.cpp 171 config_table: table definition of strings to places to store information
178 0: Number of records in the config_table filled with input_buf
184 loc_param_s_type* config_table, uint32_t table_length)
188 if (input_buf && config_table) {
219 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
221 if(!loc_set_config_entry(&config_table[i], &config_value)) {
247 config_table: table definition of strings to places to store information
261 int loc_read_conf_r(FILE *conf_fp, loc_param_s_type* config_table, uint32_t table_length)
273 for(uint32_t i = 0; NULL != config_table && i < table_length; i++)
275 if(NULL != config_table[i].param_set
    [all...]
  /hardware/qcom/gps/msm8960/utils/
loc_cfg.h 42 #define UTIL_READ_CONF(filename, config_table) \
43 loc_read_conf((filename), (config_table), sizeof(config_table) / sizeof(config_table[0]))
76 loc_param_s_type* config_table,
loc_cfg.cpp 206 config_table: table definition of strings to places to store information
218 void loc_read_conf(const char* conf_file_name, loc_param_s_type* config_table, uint32_t table_length)
238 for(i = 0; NULL != config_table && i < table_length; i++)
240 if(NULL != config_table[i].param_set)
242 *(config_table[i].param_set) = 0;
271 for(i = 0; NULL != config_table && i < table_length; i++)
273 loc_set_config_entry(&config_table[i], &config_value);
  /hardware/intel/bootstub/
mb.h 95 u32 config_table; member in struct:__anon29618
  /external/libpcap/
pcap-dos.c 1016 static const struct config_table debug_tab[] = {
    [all...]

Completed in 302 milliseconds