Lines Matching refs:entries
112 uint32_t next_index; /* For generating object paths for entries. */
523 const char **entries;
536 entries = pa_xnew(const char *, *n);
539 entries[i++] = de->object_path;
541 return entries;
546 const char **entries;
553 entries = get_entries(u, &n);
555 pa_dbus_send_basic_array_variant_reply(conn, msg, DBUS_TYPE_OBJECT_PATH, entries, n);
557 pa_xfree(entries);
566 const char **entries;
574 entries = get_entries(u, &n_entries);
582 pa_dbus_append_basic_array_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_ENTRIES].property_name, DBUS_TYPE_OBJECT_PATH, entries, n_entries);
590 pa_xfree(entries);
1180 * routing for all entries in the stream-restore database when
2089 /* When users select an output device from gnome-control-center, the gnome-control-center will change all entries
2240 /* It would be convenient to remove or replace the entries in the database
2243 * collect the entries that need to be removed or replaced to these
2405 /* Create the initial dbus entries. */