Home
last modified time | relevance | path

Searched refs:pa_poll (Results 1 - 9 of 9) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dpoll.h61 #define pa_poll(fds,nfds,timeout) poll((fds),(nfds),(timeout)) macro
63 int pa_poll(struct pollfd *fds, unsigned long nfds, int timeout);
H A Dpoll-posix.c59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll() function
H A Dlock-autospawn.c193 if ((k = pa_poll(&pfd, 1, -1)) != 1) { in wait_for_ping()
H A Dpoll-win32.c351 pa_poll (struct pollfd *pfd, nfds_t nfd, int timeout) in pa_poll() function
H A Drtpoll.c324 r = pa_poll(p->pollfd, p->n_pollfd_used, (p->quit || p->timer_enabled) ? (int) ((timeout.tv_sec*1000) + (timeout.tv_usec / 1000)) : -1); in pa_rtpoll_run()
/third_party/pulseaudio/src/tests/
H A Dlock-autospawn-test.c72 fail_unless(pa_poll(&pollfd, 1, -1) == 1); in thread_func2()
/third_party/pulseaudio/src/pulse/
H A Dthread-mainloop.c70 r = pa_poll(ufds, nfds, timeout); in poll_func()
H A Dmainloop.c876 m->poll_func_ret = pa_poll( in pa_mainloop_poll()
/third_party/pulseaudio/src/utils/
H A Dpacmd.c264 if (pa_poll(pollfd, p-pollfd, -1) < 0) { in main()

Completed in 6 milliseconds