Lines Matching refs:pollfd
170 struct pollfd *pollfd;
175 pollfd = pa_rtpoll_item_get_pollfd(u->rtpoll_item, NULL);
176 pollfd->fd = u->fd;
177 pollfd->events = pollfd->revents = 0;
253 struct pollfd *pollfd;
254 pollfd = pa_rtpoll_item_get_pollfd(u->rtpoll_item, NULL);
257 if (PA_SINK_IS_OPENED(u->sink->thread_info.state) && pollfd->revents) {
304 pollfd->revents = 0;
353 pollfd->events = (short) (PA_SINK_IS_OPENED(u->sink->thread_info.state) ? POLLOUT : 0);
363 struct pollfd* pollfd;
365 pollfd = pa_rtpoll_item_get_pollfd(u->rtpoll_item, NULL);
367 if (pollfd->revents & ~POLLOUT) {