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

/hardware/qcom/audio/libalsa-intf/
H A Dalsa_ucm.c2124 char *read_buf = NULL, *next_str = NULL, *current_str = NULL, *buf = NULL; local
2148 current_str = read_buf;
2150 while (*current_str != (char)EOF) {
2151 next_str = strchr(current_str, '\n');
2156 buf = strstr(current_str, "SectionUseCase");
2158 if((current_str = next_str) == NULL)
2167 if((current_str = next_str) == NULL)
2186 buf = strstr(current_str, "File");
2188 if((current_str = next_str) == NULL)
2238 if((current_str
2283 char *read_buf, *next_str, *current_str, *buf, *p, *verb_name; local
2448 parse_single_config_format(snd_use_case_mgr_t **uc_mgr, char *current_str, int num_verbs) argument
2706 char *current_str, *next_str, *str_addr, *buf; local
2740 char *current_str, *next_str, *str_addr, *buf; local
2771 char *current_str, *next_str, *str_addr, *buf; local
2802 char *current_str, *next_str, *str_addr, *buf, *p; local
2833 char *current_str, *next_str, *str_addr, *buf; local
2877 char *read_buf, *next_str, *current_str, *verb_ptr; local
3180 char *current_str, *next_str, *str_addr; local
3220 char *p, *current_str, *next_str, *name; local
[all...]

Completed in 27 milliseconds