Searched refs:pa_shared_get (Results 1 – 14 of 14) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | auth-cookie.c | 52 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()
|
D | shared.h | 37 void* pa_shared_get(pa_core *c, const char *name);
|
D | dbus-shared.c | 65 if ((pconn = pa_shared_get(c, prop_name[type]))) in pa_dbus_bus_get()
|
D | shared.c | 56 void* pa_shared_get(pa_core *c, const char *name) { in pa_shared_get() function
|
D | protocol-cli.c | 109 if ((p = pa_shared_get(c, "cli-protocol"))) in pa_cli_protocol_get()
|
D | x11wrap.c | 275 if ((w = pa_shared_get(c, t))) in pa_x11_wrapper_get()
|
D | protocol-http.c | 760 if ((p = pa_shared_get(c, "http-protocol"))) in pa_http_protocol_get()
|
D | protocol-simple.c | 664 if ((p = pa_shared_get(c, "simple-protocol"))) in pa_simple_protocol_get()
|
D | protocol-dbus.c | 142 if ((p = pa_shared_get(c, "dbus-protocol"))) in pa_dbus_protocol_get()
|
D | protocol-esound.c | 1601 if ((p = pa_shared_get(c, "esound-protocol"))) in pa_esound_protocol_get()
|
D | protocol-native.c | 5350 if ((p = pa_shared_get(c, "native-protocol"))) in pa_native_protocol_get()
|
/third_party/pulseaudio/src/modules/ |
D | reserve-wrap.c | 119 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()
|
D | module-equalizer-sink.c | 990 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/ |
D | module-bluez5-device.c | 2757 if ((u->discovery = pa_shared_get(u->core, "bluetooth-discovery"))) in pa__init()
|