Home
last modified time | relevance | path

Searched refs:pa_socket_is_local (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsocket-util.h42 bool pa_socket_is_local(int fd);
Diochannel.c533 if (pa_socket_is_local(io->ifd)) in pa_iochannel_socket_is_local()
537 if (pa_socket_is_local(io->ofd)) in pa_iochannel_socket_is_local()
Dsocket-util.c319 bool pa_socket_is_local(int fd) { in pa_socket_is_local() function
/third_party/pulseaudio/src/modules/dbus/
Diface-core.c381 return pa_socket_is_local(conn_fd); in get_is_local()