Searched refs:input_buf (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/gps/utils/ |
D | loc_cfg.cpp | 183 int loc_fill_conf_item(char* input_buf, in loc_fill_conf_item() argument 188 if (input_buf && config_table) { in loc_fill_conf_item() 194 config_value.param_name = strtok_r(input_buf, "=", &lasts); in loc_fill_conf_item() 281 char input_buf[LOC_MAX_PARAM_LINE]; /* declare a char array */ in loc_read_conf_r() local 286 if(!fgets(input_buf, LOC_MAX_PARAM_LINE, conf_fp)) { in loc_read_conf_r() 291 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_read_conf_r() 338 char* input_buf = strtok_r(conf_copy, "\n", &saveptr); in loc_update_conf() local 342 while(num_params && input_buf) { in loc_update_conf() 344 num_params -= loc_fill_conf_item(input_buf, config_table, table_length); in loc_update_conf() 345 input_buf = strtok_r(NULL, "\n", &saveptr); in loc_update_conf() [all …]
|
/hardware/qcom/gps/msm8960/utils/ |
D | loc_cfg.cpp | 221 char input_buf[LOC_MAX_PARAM_LINE]; /* declare a char array */ in loc_read_conf() local 246 while(fgets(input_buf, LOC_MAX_PARAM_LINE, gps_conf_fp) != NULL) in loc_read_conf() 251 config_value.param_name = strtok_r(input_buf, "=", &lasts); in loc_read_conf()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_linux.c | 344 ioctl_queryinformation_fe(void *wl, int cmd, void* input_buf, int *input_len) in ioctl_queryinformation_fe() argument 347 return dhd_ioctl(wl, cmd, input_buf, *input_len, FALSE); in ioctl_queryinformation_fe() 351 return rwl_queryinformation_fe(wl, cmd, input_buf, in ioctl_queryinformation_fe()
|