Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dauth-cookie.c52 if ((c = pa_shared_get(core, t))) { in pa_auth_cookie_get()
88 if ((c = pa_shared_get(core, t))) { in pa_auth_cookie_create()
Dshared.h37 void* pa_shared_get(pa_core *c, const char *name);
Ddbus-shared.c65 if ((pconn = pa_shared_get(c, prop_name[type]))) in pa_dbus_bus_get()
Dshared.c56 void* pa_shared_get(pa_core *c, const char *name) { in pa_shared_get() function
Dprotocol-cli.c109 if ((p = pa_shared_get(c, "cli-protocol"))) in pa_cli_protocol_get()
Dx11wrap.c275 if ((w = pa_shared_get(c, t))) in pa_x11_wrapper_get()
Dprotocol-http.c760 if ((p = pa_shared_get(c, "http-protocol"))) in pa_http_protocol_get()
Dprotocol-simple.c664 if ((p = pa_shared_get(c, "simple-protocol"))) in pa_simple_protocol_get()
Dprotocol-dbus.c142 if ((p = pa_shared_get(c, "dbus-protocol"))) in pa_dbus_protocol_get()
Dprotocol-esound.c1601 if ((p = pa_shared_get(c, "esound-protocol"))) in pa_esound_protocol_get()
Dprotocol-native.c5350 if ((p = pa_shared_get(c, "native-protocol"))) in pa_native_protocol_get()
/third_party/pulseaudio/src/modules/
Dreserve-wrap.c119 if ((r = pa_shared_get(c, t))) { in pa_reserve_wrapper_get()
262 if ((w = pa_shared_get(c, t))) { in pa_reserve_monitor_wrapper_get()
Dmodule-equalizer-sink.c990 pa_assert_se(database = pa_shared_get(c, EQDB)); in remove_profile()
1629 sink_list = pa_shared_get(u->sink->core, SINKLIST); in dbus_init()
1630 u->database = pa_shared_get(u->sink->core, EQDB); in dbus_init()
1660 pa_assert_se(sink_list=pa_shared_get(u->sink->core,SINKLIST)); in dbus_done()
1716 pa_assert_se(sink_list = pa_shared_get(u, SINKLIST)); in get_sinks()
1746 pa_assert_se(database = pa_shared_get(c, EQDB)); in get_profiles()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c2757 if ((u->discovery = pa_shared_get(u->core, "bluetooth-discovery"))) in pa__init()