Searched refs:pa_poll (Results 1 - 9 of 9) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A 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);
|
H A D | poll-posix.c | 59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll() function
|
H A D | lock-autospawn.c | 193 if ((k = pa_poll(&pfd, 1, -1)) != 1) { in wait_for_ping()
|
H A D | poll-win32.c | 351 pa_poll (struct pollfd *pfd, nfds_t nfd, int timeout) in pa_poll() function
|
H A D | rtpoll.c | 324 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 D | lock-autospawn-test.c | 72 fail_unless(pa_poll(&pollfd, 1, -1) == 1); in thread_func2()
|
/third_party/pulseaudio/src/pulse/ |
H A D | thread-mainloop.c | 70 r = pa_poll(ufds, nfds, timeout); in poll_func()
|
H A D | mainloop.c | 876 m->poll_func_ret = pa_poll( in pa_mainloop_poll()
|
/third_party/pulseaudio/src/utils/ |
H A D | pacmd.c | 264 if (pa_poll(pollfd, p-pollfd, -1) < 0) { in main()
|
Completed in 6 milliseconds