HomeSort by relevance Sort by last modified time
    Searched defs:rfds (Results 51 - 66 of 66) sorted by null

1 23

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 1840 fd_set rfds; local
    [all...]
  /external/autotest/client/profilers/powertop/src/
powertop.c 851 fd_set rfds; local
860 FD_ZERO(&rfds);
861 FD_SET(0, &rfds);
868 key = select(1, &rfds, NULL, NULL, &tv);
1159 FD_ZERO(&rfds);
1160 FD_SET(0, &rfds);
1163 key = select(1, &rfds, NULL, NULL, &tv);
  /external/toybox/toys/pending/
dhcp6.c 542 fd_set rfds; local
588 if (TT.sock >= 0) FD_SET(TT.sock, &rfds);
590 if ((TT.retval = select(maxfd + 1, &rfds, NULL, NULL, &TT.tv)) < 0) {
620 } else if (FD_ISSET(TT.sock, &rfds)) {
dhcp.c 1272 fd_set rfds; local
    [all...]
dhcpd.c 1615 fd_set rfds; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 1383 fd_set rfds; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 232 fd_set rfds; variable
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 282 fd_set rfds; variable
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 216 fd_set rfds; variable
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 348 fd_set rfds; variable
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 268 fd_set rfds; variable
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 333 fd_set rfds; variable
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 173 fd_set rfds; variable
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 499 fd_set rfds; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 587 fd_set rfds; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 2750 fd_set rfds; local
    [all...]

Completed in 1155 milliseconds

1 23