Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/dbus/
Dmodule-dbus-protocol.c98 static void connection_free(struct connection *c) { in connection_free() function
117 connection_free(conn); in client_kill_cb()
507 connection_free(conn); in cleanup_cb()
586 pa_idxset_free(u->connections, (pa_free_cb_t) connection_free); in pa__done()
/third_party/pulseaudio/src/pulsecore/
Dprotocol-simple.c133 static void connection_free(pa_object *o) { in connection_free() function
490 c->parent.parent.free = connection_free; in pa_simple_protocol_connect()
Dprotocol-esound.c256 static void connection_free(pa_object *obj) { in connection_free() function
1506 c->parent.parent.free = connection_free; in pa_esound_protocol_connect()