Home
last modified time | relevance | path

Searched refs:pa_config_parse (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dconf-parser.c107 r = pa_config_parse(fn, NULL, state->item_table, state->proplist, false, state->userdata); in parse_line()
163 int pa_config_parse(const char *filename, FILE *f, const pa_config_item *t, pa_proplist *proplist, … in pa_config_parse() function
234 pa_config_parse(filename2, NULL, t, proplist, false, userdata); in pa_config_parse()
276 pa_config_parse(filename2, NULL, t, proplist, false, userdata); in pa_config_parse()
Dconf-parser.h76 int pa_config_parse(const char *filename, FILE *f, const pa_config_item *t, pa_proplist *proplist, …
/third_party/pulseaudio/src/pulse/
Dclient-conf.c154 pa_config_parse(fn, f, table, NULL, true, NULL); in pa_client_conf_load()
/third_party/pulseaudio/src/modules/
Dmodule-augment-properties.c238 if (pa_config_parse(fn, NULL, table, NULL, false, r) < 0) in update_rule()
/third_party/pulseaudio/src/daemon/
Dohos_daemon-conf.c680 r = f ? pa_config_parse(c->config_file, f, table, NULL, true, NULL) : 0; in pa_daemon_conf_load()
Ddaemon-conf.c680 r = f ? pa_config_parse(c->config_file, f, table, NULL, true, NULL) : 0; in pa_daemon_conf_load()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c2921 r = pa_config_parse(fn, NULL, items, p->proplist, false, p); in pa_alsa_path_new()
4909 r = pa_config_parse(fn, NULL, items, NULL, false, ps); in pa_alsa_profile_set_new()