Searched refs:pa_poll (Results 1 – 9 of 9) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | poll.h | 61 #define pa_poll(fds,nfds,timeout) poll((fds),(nfds),(timeout)) macro 63 int pa_poll(struct pollfd *fds, unsigned long nfds, int timeout);
|
D | lock-autospawn.c | 193 if ((k = pa_poll(&pfd, 1, -1)) != 1) { in wait_for_ping()
|
D | poll-posix.c | 59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll() function
|
D | poll-win32.c | 351 pa_poll (struct pollfd *pfd, nfds_t nfd, int timeout) in pa_poll() function
|
D | rtpoll.c | 319 …r = pa_poll(p->pollfd, p->n_pollfd_used, (p->quit || p->timer_enabled) ? (int) ((timeout.tv_sec*10… in pa_rtpoll_run()
|
/third_party/pulseaudio/src/tests/ |
D | lock-autospawn-test.c | 72 fail_unless(pa_poll(&pollfd, 1, -1) == 1); in thread_func2()
|
/third_party/pulseaudio/src/pulse/ |
D | thread-mainloop.c | 70 r = pa_poll(ufds, nfds, timeout); in poll_func()
|
D | mainloop.c | 876 m->poll_func_ret = pa_poll( in pa_mainloop_poll()
|
/third_party/pulseaudio/src/utils/ |
D | pacmd.c | 264 if (pa_poll(pollfd, p-pollfd, -1) < 0) { in main()
|