Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/
Dmodule-rygel-media-server.c618 static const char *array_root_containers[] = { OBJECT_SINKS, OBJECT_SOURCES }; variable
629 append_variant_unsigned(r, NULL, PA_ELEMENTSOF(array_root_containers)); in root_handler()
637 append_variant_unsigned(r, NULL, PA_ELEMENTSOF(array_root_containers)); in root_handler()
650 … append_property_dict_entry_unsigned(r, &sub, "ChildCount", PA_ELEMENTSOF(array_root_containers)); in root_handler()
652 …pend_property_dict_entry_unsigned(r, &sub, "ContainerCount", PA_ELEMENTSOF(array_root_containers)); in root_handler()
669 unsigned end = (max != 0 && offset + max < PA_ELEMENTSOF(array_root_containers)) in root_handler()
671 : PA_ELEMENTSOF(array_root_containers); in root_handler()
674 const char *container_path = array_root_containers[i]; in root_handler()