Home
last modified time | relevance | path

Searched refs:except_fd (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcore-util.h213 int pa_close_all(int except_fd, ...);
Dcore-util.c2751 int pa_close_all(int except_fd, ...) { in pa_close_all() argument
2756 va_start(ap, except_fd); in pa_close_all()
2758 if (except_fd >= 0) in pa_close_all()
2766 va_start(ap, except_fd); in pa_close_all()
2769 if (except_fd >= 0) { in pa_close_all()
2771 p[i++] = except_fd; in pa_close_all()