HomeSort by relevance Sort by last modified time
    Searched refs:FD_SET (Results 151 - 175 of 216) sorted by null

1 2 3 4 5 67 8 9

  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 132 fd_set rfds;
798 FD_SET(IpBuf_Pipe[0], &rfds);
799 FD_SET(OpBuf_Pipe[0], &rfds);
800 FD_SET(Event_Pipe[0], &rfds);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 499 fd_set rfds;
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 326 fd_set wset;
337 FD_SET( fd, &wset );
375 fd_set rset;
388 FD_SET(fd, &rset);
695 fd_set rset;
723 FD_SET( sd, &rset );
    [all...]
  /external/libppp/src/
physical.c 115 const fd_set *);
159 physical_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
411 const fd_set *fdset __unused)
543 const fd_set *fdset __unused)
852 physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
861 FD_SET(p->fd, r)
    [all...]
server.c 51 server_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
61 FD_SET(s->fd, r);
73 server_IsSet(struct fdescriptor *d, const fd_set *fdset)
89 server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
196 const fd_set *fdset __unused)
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 232 fd_set rfds;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 207 fd_set rfds;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 137 OMX_ERRORTYPE testCases (OMX_HANDLETYPE *, fd_set *,int, FILE *, FILE *, int *, int *, struct timeval *, int, int, OMX_BUFFERHEADERTYPE *[], int, OMX_BUFFERHEADERTYPE *[]);
193 fd_set rfds;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 282 fd_set rfds;
    [all...]
  /external/ppp/pppd/plugins/radius/
sendserver.c 199 fd_set readfds;
302 FD_SET (sockfd, &readfds);
  /external/qemu/telephony/
sysdeps_posix.c 144 static fd_set _s_fdsets[SYS_EVENT_MAX];
216 FD_SET( channel->fd, &_s_fdsets[ee] );
423 fd_set rfd, wfd, efd;
427 memcpy(&rfd, &_s_fdsets[0], sizeof(fd_set));
428 memcpy(&wfd, &_s_fdsets[1], sizeof(fd_set));
429 memcpy(&efd, &_s_fdsets[2], sizeof(fd_set));
  /hardware/msm7k/librpc/
svc.c 82 fd_set fdset;
113 volatile fd_set rfds;
117 n = select(xprt->max_fd + 1, (fd_set *)&rfds, NULL, NULL, &tv);
266 FD_SET(svc->xdr->fd, &xprt->fdset);
  /bionic/libc/netbsd/resolv/
res_send.c 162 static int retrying_select(const int sock, fd_set *readset, fd_set *writeset,
936 fd_set rset, wset;
970 retrying_select(const int sock, fd_set *readset, fd_set *writeset, const struct timespec *finish)
985 FD_SET(sock, readset);
989 FD_SET(sock, writeset);
1045 fd_set dsmask;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc     [all...]
  /external/openssh/
sshconnect.c 246 fd_set *fdset;
270 fdset = (fd_set *)xcalloc(howmany(sockfd + 1, NFDBITS),
272 FD_SET(sockfd, fdset);
448 fd_set *fdset;
460 FD_SET(connection_in, fdset);
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 368 fd_set *fds)
378 FD_SET(table->table[i].sock, fds);
383 fd_set *fds)
713 fd_set *rfds, *wfds, *efds;
874 fd_set rfds;
880 FD_SET(sock, &rfds);
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 361 fd_set ws;
363 FD_SET(mSocket, &ws);
481 fd_set rs;
483 FD_SET(mSocket, &rs);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 145 fd_set rfds;
935 FD_SET(IpBuf_Pipe[0], &rfds);
936 FD_SET(OpBuf_Pipe[0], &rfds);
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 90 static fd_set gEventFDs;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 348 fd_set rfds;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 268 fd_set rfds;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 333 fd_set rfds;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /external/chromium/chrome/browser/chromeos/login/
camera.cc 412 fd_set fds;
414 FD_SET(device_descriptor_, &fds);
  /external/chromium/chrome/browser/
process_singleton_linux.cc 164 fd_set read_fds;
168 FD_SET(fd, &read_fds);
    [all...]

Completed in 779 milliseconds

1 2 3 4 5 67 8 9