Home
last modified time | relevance | path

Searched refs:pa_xstrfreev (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c3889 pa_xstrfreev(m->device_strings); in mapping_free()
3890 pa_xstrfreev(m->input_path_names); in mapping_free()
3891 pa_xstrfreev(m->output_path_names); in mapping_free()
3892 pa_xstrfreev(m->input_element); in mapping_free()
3893 pa_xstrfreev(m->output_element); in mapping_free()
3916 pa_xstrfreev(p->input_mapping_names); in profile_free()
3917 pa_xstrfreev(p->output_mapping_names); in profile_free()
4035 pa_xstrfreev(m->device_strings); in mapping_parse_device_strings()
4079 pa_xstrfreev(m->input_path_names); in mapping_parse_paths()
4082 pa_xstrfreev(m->output_path_names); in mapping_parse_paths()
[all …]
/third_party/pulseaudio/src/pulsecore/
Dcore-util.h283 static inline void pa_xstrfreev(char **a) { in pa_xstrfreev() function