HomeSort by relevance Sort by last modified time
    Searched refs:FD_SET (Results 226 - 248 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c     [all...]
  /external/openssh/
sshd.c 1095 fd_set *fdset;
1123 fdset = (fd_set *)xcalloc(howmany(maxfd + 1, NFDBITS),
1127 FD_SET(listen_socks[i], fdset);
1130 FD_SET(startup_pipes[i], fdset);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 173 fd_set rfds;
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_linux.cc 160 fd_set read_fds;
164 FD_SET(fd, &read_fds);
    [all...]
  /external/libppp/src/
chap.c 396 chap_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
397 fd_set *e __unused, int *n)
402 FD_SET(chap->child.fd, r);
413 chap_IsSet(struct fdescriptor *d, const fd_set *fdset)
422 const fd_set *fdset __unused)
479 const fd_set *fdset __unused)
mp.c 1041 mpserver_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
1063 FD_SET(s->fd, r);
1071 mpserver_IsSet(struct fdescriptor *d, const fd_set *fdset)
1079 const fd_set *fdset __unused)
1088 const fd_set *fdset __unused)
    [all...]
bundle.c 451 bundle_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
477 FD_SET(bundle->dev.fd, r);
511 bundle_IsSet(struct fdescriptor *d, const fd_set *fdset)
533 const fd_set *fdset)
645 const fd_set *fdset)
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 1004 fd_set readfds;
1011 FD_SET(dns_sd_fd, &readfds);
1016 select (nfds, &readfds, (fd_set*)NULL, (fd_set*)NULL, &tv);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 918 fd_set fdset;
922 FD_SET(x11_fd, &fdset);
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 425 fd_set rs;
427 FD_SET(mRTCPSocket, &rs);
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 251 fd_set readfds;
252 fd_set *fs;
262 // Compute the number of integers needed for storing "sd". Internally fd_set is stored
268 fs = (fd_set *)calloc(nints, sizeof(int));
271 FD_SET(sd, fs);
272 ret = select((int)sd+1, fs, (fd_set*)NULL, (fd_set*)NULL, &tv);
294 fd_set set;
297 FD_SET(sock, &set);
    [all...]
  /external/netperf/
netlib.c     [all...]
nettest_sdp.c     [all...]
nettest_bsd.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 120 fd_set rfds;
136 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
137 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 108 fd_set rfds;
126 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
127 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
    [all...]
  /external/ppp/pppd/
sys-linux.c 194 static fd_set in_fds; /* set of fds that wait_input waits for */
1049 fd_set ready, exc;
1066 FD_SET(fd, &in_fds);
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 64 extern void btif_hl_select_monitor_callback( fd_set *p_cur_set, fd_set *p_org_set );
65 extern void btif_hl_select_wakeup_callback( fd_set *p_org_set , int wakeup_signal );
67 extern void btif_hl_select_monitor_callback( fd_set *p_cur_set, fd_set *p_org_set );
68 extern void btif_hl_select_wakeup_callback( fd_set *p_org_set , int wakeup_signal );
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/mksh/src/
Build.sh     [all...]
funcs.c     [all...]
  /external/stressapptest/src/
worker.cc     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c     [all...]

Completed in 3029 milliseconds

1 2 3 4 5 6 7 8 910