Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
Dmodule-rygel-media-server.c414 static void append_property_dict_entry_unsigned(DBusMessage *m, DBusMessageIter *iter, const char *… in append_property_dict_entry_unsigned() function
526append_property_dict_entry_unsigned(r, &sub, "ChildCount", get_sinks_or_sources_count(path, user_d… in append_sink_or_source_container_properties()
548append_property_dict_entry_unsigned(r, &sub, "ChildCount", get_sinks_or_sources_count(path, user_d… in append_sink_or_source_container_properties()
650append_property_dict_entry_unsigned(r, &sub, "ChildCount", PA_ELEMENTSOF(array_root_containers)); in root_handler()
651 append_property_dict_entry_unsigned(r, &sub, "ItemCount", PA_ELEMENTSOF(array_no_children)); in root_handler()
652append_property_dict_entry_unsigned(r, &sub, "ContainerCount", PA_ELEMENTSOF(array_root_containers… in root_handler()
815 append_property_dict_entry_unsigned(r, &sub, "ChildCount", item_count); in sinks_and_sources_handler()
816 append_property_dict_entry_unsigned(r, &sub, "ItemCount", item_count); in sinks_and_sources_handler()
817 append_property_dict_entry_unsigned(r, &sub, "ContainerCount", 0); in sinks_and_sources_handler()