Home
last modified time | relevance | path

Searched refs:TCPWRAP_SERVICE (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dohos_module-protocol-stub.c57 # define TCPWRAP_SERVICE "pulseaudio-simple" macro
73 # define TCPWRAP_SERVICE "pulseaudio-cli" macro
82 # define TCPWRAP_SERVICE "pulseaudio-http" macro
91 # define TCPWRAP_SERVICE "pulseaudio-native" macro
120 # define TCPWRAP_SERVICE "esound" macro
275 u->socket_server_ipv6 = pa_socket_server_new_ipv6_string(m->core->mainloop, listen_on, (uint16_t) port, port_fallback, TCPWRAP_SERVICE); in pa__init()
277 u->socket_server_ipv4 = pa_socket_server_new_ipv4_string(m->core->mainloop, listen_on, (uint16_t) port, port_fallback, TCPWRAP_SERVICE); in pa__init()
280 u->socket_server_ipv6 = pa_socket_server_new_ipv6_any(m->core->mainloop, (uint16_t) port, port_fallback, TCPWRAP_SERVICE); in pa__init()
282 u->socket_server_ipv4 = pa_socket_server_new_ipv4_any(m->core->mainloop, (uint16_t) port, port_fallback, TCPWRAP_SERVICE); in pa__init()
H A Dmodule-protocol-stub.c57 # define TCPWRAP_SERVICE "pulseaudio-simple" macro
73 # define TCPWRAP_SERVICE "pulseaudio-cli" macro
82 # define TCPWRAP_SERVICE "pulseaudio-http" macro
91 # define TCPWRAP_SERVICE "pulseaudio-native" macro
120 # define TCPWRAP_SERVICE "esound" macro
275 u->socket_server_ipv6 = pa_socket_server_new_ipv6_string(m->core->mainloop, listen_on, (uint16_t) port, port_fallback, TCPWRAP_SERVICE); in pa__init()
277 u->socket_server_ipv4 = pa_socket_server_new_ipv4_string(m->core->mainloop, listen_on, (uint16_t) port, port_fallback, TCPWRAP_SERVICE); in pa__init()
280 u->socket_server_ipv6 = pa_socket_server_new_ipv6_any(m->core->mainloop, (uint16_t) port, port_fallback, TCPWRAP_SERVICE); in pa__init()
282 u->socket_server_ipv4 = pa_socket_server_new_ipv4_any(m->core->mainloop, (uint16_t) port, port_fallback, TCPWRAP_SERVICE); in pa__init()

Completed in 2 milliseconds