Home | History | Annotate | Download | only in server

Lines Matching defs:pollfd

110 	struct pollfd *pollfd;
845 static struct pollfd *add_pollfd(struct audio_thread *thread,
857 (struct pollfd *)realloc(thread->pollfds,
932 iodev_cb->pollfd = add_pollfd(thread, iodev_cb->fd,
934 if (!iodev_cb->pollfd)
983 if (iodev_cb->pollfd &&
984 iodev_cb->pollfd->revents & (POLLIN | POLLOUT)) {
1246 (struct pollfd *)malloc(sizeof(*thread->pollfds)