Home
last modified time | relevance | path

Searched refs:conn_entry (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-dbus.c608 struct connection_entry *conn_entry; in register_object() local
614 PA_HASHMAP_FOREACH(conn_entry, p->connections, state) in register_object()
615 pa_assert_se(dbus_connection_register_object_path(conn_entry->connection, obj_entry->path, &vtable, p)); in register_object()
810 struct connection_entry *conn_entry; in unregister_object() local
816 PA_HASHMAP_FOREACH(conn_entry, p->connections, state) in unregister_object()
817 pa_assert_se(dbus_connection_unregister_object_path(conn_entry->connection, obj_entry->path)); in unregister_object()
894 struct connection_entry *conn_entry; in pa_dbus_protocol_register_connection() local
905 conn_entry = pa_xnew(struct connection_entry, 1); in pa_dbus_protocol_register_connection()
906 conn_entry->connection = dbus_connection_ref(conn); in pa_dbus_protocol_register_connection()
907 conn_entry in pa_dbus_protocol_register_connection()
942 struct connection_entry *conn_entry = NULL; pa_dbus_protocol_unregister_connection() local
961 struct connection_entry *conn_entry; pa_dbus_protocol_get_client() local
978 struct connection_entry *conn_entry = NULL; pa_dbus_protocol_add_signal_listener() local
1019 struct connection_entry *conn_entry = NULL; pa_dbus_protocol_remove_signal_listener() local
1039 struct connection_entry *conn_entry; pa_dbus_protocol_send_signal() local
[all...]

Completed in 3 milliseconds