Searched refs:pa_config_parse (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | conf-parser.c | 107 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()
|
D | conf-parser.h | 76 int pa_config_parse(const char *filename, FILE *f, const pa_config_item *t, pa_proplist *proplist, …
|
/third_party/pulseaudio/src/pulse/ |
D | client-conf.c | 154 pa_config_parse(fn, f, table, NULL, true, NULL); in pa_client_conf_load()
|
/third_party/pulseaudio/src/modules/ |
D | module-augment-properties.c | 238 if (pa_config_parse(fn, NULL, table, NULL, false, r) < 0) in update_rule()
|
/third_party/pulseaudio/src/daemon/ |
D | ohos_daemon-conf.c | 680 r = f ? pa_config_parse(c->config_file, f, table, NULL, true, NULL) : 0; in pa_daemon_conf_load()
|
D | daemon-conf.c | 680 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/ |
D | alsa-mixer.c | 2921 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()
|