Searched refs:pa_proplist_set (Results 1 – 8 of 8) sorted by relevance
/third_party/pulseaudio/src/tests/ |
D | proplist-test.c | 42 fail_unless(pa_proplist_set(b, PA_PROP_MEDIA_ICON, "\0\1\2\3\4\5\6\7", 8) == 0); in START_TEST()
|
/third_party/pulseaudio/src/pulse/ |
D | proplist.h | 314 int pa_proplist_set(pa_proplist *p, const char *key, const void *data, size_t nbytes);
|
D | proplist.c | 245 int pa_proplist_set(pa_proplist *p, const char *key, const void *data, size_t nbytes) { in pa_proplist_set() function 338 pa_assert_se(pa_proplist_set(p, prop->key, prop->value, prop->nbytes) == 0); in pa_proplist_update()
|
D | map-file | 252 pa_proplist_set;
|
/third_party/pulseaudio/src/pulsecore/ |
D | tagstruct.c | 620 pa_assert_se(pa_proplist_set(p, k, d, length) >= 0); in pa_tagstruct_get_proplist()
|
D | dbus-util.c | 764 pa_assert_se(pa_proplist_set(proplist, key, value, value_length) >= 0); in pa_dbus_get_proplist_arg()
|
D | source-output.c | 1203 pa_proplist_set(o->proplist, key, value, nbytes); in pa_source_output_set_property_arbitrary()
|
D | sink-input.c | 1674 pa_proplist_set(i->proplist, key, value, nbytes); in pa_sink_input_set_property_arbitrary()
|