Searched refs:append_property_dict_entry_object (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-rygel-media-server.c | 403 static void append_property_dict_entry_object(DBusMessage *m, DBusMessageIter *iter, const char *na… in append_property_dict_entry_object() function 501 append_property_dict_entry_object(r, sub, "Parent", OBJECT_ROOT); in append_sink_or_source_container_mediaobject2_properties() 503 append_property_dict_entry_object(r, sub, "Path", path); in append_sink_or_source_container_mediaobject2_properties() 533 append_property_dict_entry_object(r, &sub, "Parent", OBJECT_ROOT); in append_sink_or_source_container_properties() 539 append_property_dict_entry_object(r, &sub, "Path", path); in append_sink_or_source_container_properties() 560 append_property_dict_entry_object(r, sub, "Parent", sink ? OBJECT_SINKS : OBJECT_SOURCES); in append_sink_or_source_item_mediaobject2_properties() 562 append_property_dict_entry_object(r, sub, "Path", path); in append_sink_or_source_item_mediaobject2_properties() 592 … append_property_dict_entry_object(r, &sub, "Parent", sink ? OBJECT_SINKS : OBJECT_SOURCES); in append_sink_or_source_item_properties() 598 append_property_dict_entry_object(r, &sub, "Path", path); in append_sink_or_source_item_properties() 718 append_property_dict_entry_object(r, &sub, "Parent", OBJECT_ROOT); in root_handler() [all …]
|