Home
last modified time | relevance | path

Searched refs:pa_socket_client_new_string (Results 1 - 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsocket-client.h39 pa_socket_client* pa_socket_client_new_string(pa_mainloop_api *m, bool use_rtclock, const char *a, uint16_t default_port);
H A Dsocket-client.c428 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 Dmodule-esound-sink.c674 if (!(u->client = pa_socket_client_new_string(u->core->mainloop, true, espeaker, ESD_DEFAULT_PORT))) { in pa__init()
H A Dmodule-tunnel.c2272 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 Drtsp_client.c386 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 Dcontext.c902 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 Draop-client.c1051 if (!(sc = pa_socket_client_new_string(c->core->mainloop, true, c->host, sport))) in rtsp_stream_cb()

Completed in 13 milliseconds