/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 | 162 fd_set read_fds; 166 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 | 193 static fd_set in_fds; /* set of fds that wait_input waits for */ 1048 fd_set ready, exc; 1065 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...] |
/external/chromium_org/third_party/mongoose/ |
mongoose.c | [all...] |