Searched refs:append_property_dict_entry_unsigned (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-rygel-media-server.c | 414 static void append_property_dict_entry_unsigned(DBusMessage *m, DBusMessageIter *iter, const char *… in append_property_dict_entry_unsigned() function 526 …append_property_dict_entry_unsigned(r, &sub, "ChildCount", get_sinks_or_sources_count(path, user_d… in append_sink_or_source_container_properties() 548 …append_property_dict_entry_unsigned(r, &sub, "ChildCount", get_sinks_or_sources_count(path, user_d… in append_sink_or_source_container_properties() 650 … append_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() 652 …append_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()
|