Home
last modified time | relevance | path

Searched refs:pa_proplist_from_string (Results 1 – 10 of 10) sorted by relevance

/third_party/pulseaudio/src/tests/
Dproplist-test.c58 c = pa_proplist_from_string(s); in START_TEST()
73 d = pa_proplist_from_string(text); in START_TEST()
77 d = pa_proplist_from_string(v); in START_TEST()
/third_party/pulseaudio/src/pulsecore/
Dproplist-util.c150 if ((t = pa_proplist_from_string(pp))) { in pa_init_proplist()
159 if ((t = pa_proplist_from_string(pp))) { in pa_init_proplist()
Dmodargs.c528 if (!(n = pa_proplist_from_string(v))) in pa_modargs_get_proplist()
Dcli-command.c809 if (!(p = pa_proplist_from_string(s))) { in pa_cli_command_update_sink_proplist()
846 if (!(p = pa_proplist_from_string(s))) { in pa_cli_command_update_source_proplist()
889 if (!(p = pa_proplist_from_string(s))) { in pa_cli_command_update_sink_input_proplist()
932 if (!(p = pa_proplist_from_string(s))) { in pa_cli_command_update_source_output_proplist()
/third_party/pulseaudio/src/pulse/
Dproplist.h386 pa_proplist *pa_proplist_from_string(const char *str);
Dproplist.c450 pa_proplist *pa_proplist_from_string(const char *s) { in pa_proplist_from_string() function
Dformat.c152 plist = pa_proplist_from_string(properties); in pa_format_info_from_string()
/third_party/pulseaudio/src/
Dmap-file245 pa_proplist_from_string;
/third_party/pulseaudio/src/modules/
Dmodule-match.c174 proplist = pa_proplist_from_string(value_str); in load_rules()
Dmodule-augment-properties.c85 if (!(n = pa_proplist_from_string(state->rvalue))) in parse_properties()