Searched defs:readfds (Results 1 - 10 of 10) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/hm11/
H A Dhm11.cxx86 fd_set readfds; local
88 FD_ZERO(&readfds);
90 FD_SET(m_ttyFd, &readfds);
92 if (select(m_ttyFd + 1, &readfds, NULL, NULL, &timeout) > 0)
/hardware/bsp/intel/peripheral/libupm/src/ublox6/
H A Dublox6.cxx85 fd_set readfds; local
87 FD_ZERO(&readfds);
89 FD_SET(m_ttyFd, &readfds);
91 if (select(m_ttyFd + 1, &readfds, NULL, NULL, &timeout) > 0)
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
H A Dmhz16.cxx88 fd_set readfds; local
90 FD_ZERO(&readfds);
92 FD_SET(m_ttyFd, &readfds);
94 if (select(m_ttyFd + 1, &readfds, NULL, NULL, &timeout) > 0)
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
H A Domx_rpc.c287 fd_set readfds; local
300 FD_ZERO(&readfds);
301 FD_SET(pRPCCtx->fd_omx, &readfds);
302 FD_SET(pRPCCtx->fd_killcb, &readfds);
305 status = select(maxfd, &readfds, NULL, NULL, NULL);
309 if (FD_ISSET(pRPCCtx->fd_killcb, &readfds))
315 if (FD_ISSET(pRPCCtx->fd_omx, &readfds))
/hardware/bsp/intel/peripheral/libmraa/src/uart/
H A Duart.c520 fd_set readfds; local
522 FD_ZERO(&readfds);
523 FD_SET(dev->fd, &readfds);
525 if (select(dev->fd + 1, &readfds, NULL, NULL, &timeout) > 0) {
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
H A Dgrovescam.cxx102 fd_set readfds; local
104 FD_ZERO(&readfds);
106 FD_SET(m_ttyFd, &readfds);
108 if (select(m_ttyFd + 1, &readfds, NULL, NULL, &timeout) > 0)
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
H A Domx_rpc.c287 fd_set readfds; local
301 FD_ZERO(&readfds);
302 FD_SET(pRPCCtx->fd_omx, &readfds);
303 FD_SET(pRPCCtx->fd_killcb, &readfds);
306 status = select(maxfd, &readfds, NULL, NULL, NULL);
310 if (FD_ISSET(pRPCCtx->fd_killcb, &readfds))
316 if (FD_ISSET(pRPCCtx->fd_omx, &readfds))
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
H A Dhmtrp.cxx89 fd_set readfds; local
91 FD_ZERO(&readfds);
93 FD_SET(m_ttyFd, &readfds);
95 if (select(m_ttyFd + 1, &readfds, NULL, NULL, &timeout) > 0)
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
H A Dwt5001.cxx89 fd_set readfds; local
91 FD_ZERO(&readfds);
93 FD_SET(m_ttyFd, &readfds);
95 if (select(m_ttyFd + 1, &readfds, NULL, NULL, &timeout) > 0)
/hardware/bsp/intel/peripheral/libupm/src/zfm20/
H A Dzfm20.cxx94 fd_set readfds; local
96 FD_ZERO(&readfds);
98 FD_SET(m_ttyFd, &readfds);
100 if (select(m_ttyFd + 1, &readfds, NULL, NULL, &timeout) > 0)

Completed in 459 milliseconds