Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dshared.c85 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()
Dshared.h45 int pa_shared_remove(pa_core *c, const char *name);
Ddbus-shared.c91 pa_assert_se(pa_shared_remove(c->core, c->property_name) >= 0); in pa_dbus_connection_unref()
Dprotocol-cli.c137 pa_assert_se(pa_shared_remove(p->core, "cli-protocol") >= 0); in pa_cli_protocol_unref()
Dauth-cookie.c127 pa_assert_se(pa_shared_remove(c->core, c->name) >= 0); in pa_auth_cookie_unref()
Dx11wrap.c201 pa_assert_se(pa_shared_remove(w->core, w->property_name) >= 0); in x11_wrapper_free()
Dprotocol-http.c791 pa_assert_se(pa_shared_remove(p->core, "http-protocol") >= 0); in pa_http_protocol_unref()
Dprotocol-simple.c692 pa_assert_se(pa_shared_remove(p->core, "simple-protocol") >= 0); in pa_simple_protocol_unref()
Dprotocol-dbus.c177 pa_assert_se(pa_shared_remove(p->core, "dbus-protocol") >= 0); in pa_dbus_protocol_unref()
Dprotocol-esound.c1629 pa_assert_se(pa_shared_remove(p->core, "esound-protocol") >= 0); in pa_esound_protocol_unref()
Dprotocol-native.c5319 pa_assert_se(pa_shared_remove(p->core, "native-protocol") >= 0); in pa_native_protocol_unref()
/third_party/pulseaudio/src/modules/
Dreserve-wrap.c77 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()
Dmodule-equalizer-sink.c1662 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/
Dbluez5-util.c1742 pa_shared_remove(y->core, "bluetooth-discovery"); in pa_bluetooth_discovery_unref()