Searched refs:next_str (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_ucm.c | 2124 char *read_buf = NULL, *next_str = NULL, *current_str = NULL, *buf = NULL; in second_stage_parsing_thread() local 2151 next_str = strchr(current_str, '\n'); in second_stage_parsing_thread() 2152 if (!next_str) in second_stage_parsing_thread() 2154 *next_str++ = '\0'; in second_stage_parsing_thread() 2158 if((current_str = next_str) == NULL) in second_stage_parsing_thread() 2167 if((current_str = next_str) == NULL) in second_stage_parsing_thread() 2188 if((current_str = next_str) == NULL) in second_stage_parsing_thread() 2238 if((current_str = next_str) == NULL) in second_stage_parsing_thread() 2283 char *read_buf, *next_str, *current_str, *buf, *p, *verb_name; in snd_ucm_parse() local 2333 next_str = strchr(current_str, '\n'); in snd_ucm_parse() [all …]
|