Searched refs:pa_config_parse (Results 1 - 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A 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, bool use_dot_d, 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()
|
H A D | conf-parser.h | 49 void *userdata; /* The pointer that was given to pa_config_parse(). */ 76 int pa_config_parse(const char *filename, FILE *f, const pa_config_item *t, pa_proplist *proplist, bool use_dot_d,
|
/third_party/pulseaudio/src/pulse/ |
H A D | client-conf.c | 154 pa_config_parse(fn, f, table, NULL, true, NULL); in pa_client_conf_load()
|
/third_party/pulseaudio/src/modules/ |
H A 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/ |
H A D | ohos_daemon-conf.c | 692 r = f ? pa_config_parse(c->config_file, f, table, NULL, true, NULL) : 0; in pa_daemon_conf_load()
|
H A D | daemon-conf.c | 692 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/ |
H A D | alsa-mixer.c | 2984 r = pa_config_parse(fn, NULL, items, p->proplist, false, p); in pa_alsa_path_new() 4980 r = pa_config_parse(fn, NULL, items, NULL, false, ps); in pa_alsa_profile_set_new()
|
Completed in 12 milliseconds