Searched refs:add_pollfd (Results 1 – 2 of 2) sorted by relevance
/external/selinux/mcstrans/src/ |
D | mcstransd.c | 256 add_pollfd(struct pollfd **ufds, int *nfds, int connfd) in add_pollfd() function 320 if (add_pollfd(ufds, nfds, connfd)) { in process_events()
|
/external/adhd/cras/src/server/ |
D | audio_thread.c | 746 static struct pollfd *add_pollfd(struct audio_thread *thread, int fd, in add_pollfd() function 866 iodev_cb->pollfd = add_pollfd(thread, iodev_cb->fd, in audio_io_thread() 878 if (!add_pollfd(thread, fd, POLLIN)) in audio_io_thread() 887 if (!add_pollfd(thread, fd, POLLIN)) in audio_io_thread()
|