Searched refs:pa_socket_client_new_string (Results 1 - 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | socket-client.h | 39 pa_socket_client* pa_socket_client_new_string(pa_mainloop_api *m, bool use_rtclock, const char *a, uint16_t default_port);
|
H A D | socket-client.c | 428 pa_socket_client* pa_socket_client_new_string(pa_mainloop_api *m, bool use_rtclock, const char*name, uint16_t default_port) { function
|
/third_party/pulseaudio/src/modules/ |
H A D | module-esound-sink.c | 674 if (!(u->client = pa_socket_client_new_string(u->core->mainloop, true, espeaker, ESD_DEFAULT_PORT))) { in pa__init()
|
H A D | module-tunnel.c | 2272 if (!(u->client = pa_socket_client_new_string(u->module->core->mainloop, true, u->server_name, PA_NATIVE_DEFAULT_PORT))) { in start_connect()
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | rtsp_client.c | 386 if (!(c->sc = pa_socket_client_new_string(c->mainloop, true, c->hostname, c->port))) { in pa_rtsp_connect()
|
/third_party/pulseaudio/src/pulse/ |
H A D | context.c | 902 if (!(c->client = pa_socket_client_new_string(c->mainloop, c->use_rtclock, u, PA_NATIVE_DEFAULT_PORT)))
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 1051 if (!(sc = pa_socket_client_new_string(c->core->mainloop, true, c->host, sport))) in rtsp_stream_cb()
|
Completed in 13 milliseconds