Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dclient-conf.c135 { "daemon-binary", pa_config_parse_string, &c->daemon_binary, NULL }, in pa_client_conf_load()
136 { "extra-arguments", pa_config_parse_string, &c->extra_arguments, NULL }, in pa_client_conf_load()
137 { "default-sink", pa_config_parse_string, &c->default_sink, NULL }, in pa_client_conf_load()
138 { "default-source", pa_config_parse_string, &c->default_source, NULL }, in pa_client_conf_load()
139 { "default-server", pa_config_parse_string, &c->default_server, NULL }, in pa_client_conf_load()
140 { "default-dbus-server", pa_config_parse_string, &c->default_dbus_server, NULL }, in pa_client_conf_load()
142 … { "cookie-file", pa_config_parse_string, &c->cookie_file_from_client_conf, NULL }, in pa_client_conf_load()
/third_party/pulseaudio/src/pulsecore/
Dconf-parser.h85 int pa_config_parse_string(pa_config_parser_state *state);
Dconf-parser.c384 int pa_config_parse_string(pa_config_parser_state *state) { in pa_config_parse_string() function
/third_party/pulseaudio/src/modules/
Dmodule-augment-properties.c177 { "Name", pa_config_parse_string, NULL, "Desktop Entry" }, in update_rule()
178 { "Icon", pa_config_parse_string, NULL, "Desktop Entry" }, in update_rule()
/third_party/pulseaudio/src/daemon/
Dohos_daemon-conf.c590 { "dl-search-path", pa_config_parse_string, &c->dl_search_path, NULL }, in pa_daemon_conf_load()
591 { "default-script-file", pa_config_parse_string, &c->default_script_file, NULL }, in pa_daemon_conf_load()
Ddaemon-conf.c590 { "dl-search-path", pa_config_parse_string, &c->dl_search_path, NULL }, in pa_daemon_conf_load()
591 { "default-script-file", pa_config_parse_string, &c->default_script_file, NULL }, in pa_daemon_conf_load()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c2862 { "description-key", pa_config_parse_string, NULL, "General" }, in pa_alsa_path_new()
2863 { "description", pa_config_parse_string, NULL, "General" }, in pa_alsa_path_new()