Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A 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, 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 Dconf-parser.h49 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 Dclient-conf.c154 pa_config_parse(fn, f, table, NULL, true, NULL); in pa_client_conf_load()
/third_party/pulseaudio/src/modules/
H A Dmodule-augment-properties.c238 if (pa_config_parse(fn, NULL, table, NULL, false, r) < 0) in update_rule()
/third_party/pulseaudio/src/daemon/
H A Dohos_daemon-conf.c692 r = f ? pa_config_parse(c->config_file, f, table, NULL, true, NULL) : 0; in pa_daemon_conf_load()
H A Ddaemon-conf.c692 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 Dalsa-mixer.c2984 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