Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dshared.c69 int pa_shared_set(pa_core *c, const char *name, void *data) { in pa_shared_set() function
115 return pa_shared_set(c, name, data); in pa_shared_replace()
Dauth-cookie.c68 pa_assert_se(pa_shared_set(core, t, c) >= 0); in pa_auth_cookie_get()
104 pa_assert_se(pa_shared_set(core, t, c) >= 0); in pa_auth_cookie_create()
Dshared.h42 int pa_shared_set(pa_core *c, const char *name, void *data);
Ddbus-shared.c48 pa_assert_se(pa_shared_set(c, name, pconn) >= 0); in dbus_connection_new()
Dprotocol-cli.c101 pa_assert_se(pa_shared_set(c, "cli-protocol", p) >= 0); in cli_protocol_new()
Dx11wrap.c237 pa_assert_se(pa_shared_set(c, w->property_name, w) >= 0); in x11_wrapper_new()
Dprotocol-http.c752 pa_assert_se(pa_shared_set(c, "http-protocol", p) >= 0); in http_protocol_new()
Dprotocol-simple.c656 pa_assert_se(pa_shared_set(c, "simple-protocol", p) >= 0); in simple_protocol_new()
Dprotocol-dbus.c134 pa_assert_se(pa_shared_set(c, "dbus-protocol", p) >= 0); in dbus_protocol_new()
Dprotocol-esound.c1593 pa_assert_se(pa_shared_set(c, "esound-protocol", p) >= 0); in esound_protocol_new()
Dprotocol-native.c5390 pa_assert_se(pa_shared_set(c, "native-protocol", p) >= 0); in native_protocol_new()
/third_party/pulseaudio/src/modules/
Dreserve-wrap.c134 pa_assert_se(pa_shared_set(c, r->shared_name, r) >= 0); in pa_reserve_wrapper_get()
277 pa_assert_se(pa_shared_set(c, w->shared_name, w) >= 0); in pa_reserve_monitor_wrapper_get()
Dmodule-equalizer-sink.c1634 pa_shared_set(u->sink->core, SINKLIST, sink_list); in dbus_init()
1638 pa_shared_set(u->sink->core, EQDB, u->database); in dbus_init()
/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.c2897 pa_shared_set(c, "bluetooth-discovery", y); in pa_bluetooth_discovery_get()