Searched refs:pa_shared_remove (Results 1 – 14 of 14) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | shared.c | 85 int pa_shared_remove(pa_core *c, const char *name) { in pa_shared_remove() function 114 (void) pa_shared_remove(c, name); in pa_shared_replace()
|
D | shared.h | 45 int pa_shared_remove(pa_core *c, const char *name);
|
D | dbus-shared.c | 91 pa_assert_se(pa_shared_remove(c->core, c->property_name) >= 0); in pa_dbus_connection_unref()
|
D | protocol-cli.c | 137 pa_assert_se(pa_shared_remove(p->core, "cli-protocol") >= 0); in pa_cli_protocol_unref()
|
D | auth-cookie.c | 127 pa_assert_se(pa_shared_remove(c->core, c->name) >= 0); in pa_auth_cookie_unref()
|
D | x11wrap.c | 201 pa_assert_se(pa_shared_remove(w->core, w->property_name) >= 0); in x11_wrapper_free()
|
D | protocol-http.c | 791 pa_assert_se(pa_shared_remove(p->core, "http-protocol") >= 0); in pa_http_protocol_unref()
|
D | protocol-simple.c | 692 pa_assert_se(pa_shared_remove(p->core, "simple-protocol") >= 0); in pa_simple_protocol_unref()
|
D | protocol-dbus.c | 177 pa_assert_se(pa_shared_remove(p->core, "dbus-protocol") >= 0); in pa_dbus_protocol_unref()
|
D | protocol-esound.c | 1629 pa_assert_se(pa_shared_remove(p->core, "esound-protocol") >= 0); in pa_esound_protocol_unref()
|
D | protocol-native.c | 5319 pa_assert_se(pa_shared_remove(p->core, "native-protocol") >= 0); in pa_native_protocol_unref()
|
/third_party/pulseaudio/src/modules/ |
D | reserve-wrap.c | 77 pa_assert_se(pa_shared_remove(r->core, r->shared_name) >= 0); in reserve_wrapper_free() 219 pa_assert_se(pa_shared_remove(w->core, w->shared_name) >= 0); in reserve_monitor_wrapper_free()
|
D | module-equalizer-sink.c | 1662 pa_shared_remove(u->sink->core, EQDB); in dbus_done() 1664 pa_shared_remove(u->sink->core, SINKLIST); in dbus_done()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | bluez5-util.c | 1742 pa_shared_remove(y->core, "bluetooth-discovery"); in pa_bluetooth_discovery_unref()
|