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

1 23

  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 164 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/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 1840 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...]
  /external/qemu/
vl-android.c 1930 fd_set rfds, wfds, xfds; local
    [all...]
vl.c 1724 fd_set rfds, wfds, xfds; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 108 fd_set rfds; local
125 FD_ZERO (&rfds);
126 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
127 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
135 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
137 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
169 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
204 else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 120 fd_set rfds; local
135 FD_ZERO (&rfds);
136 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
137 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
144 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
161 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) {
176 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
    [all...]
  /bionic/libc/netbsd/resolv/
res_send.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c     [all...]
  /external/stressapptest/src/
worker.cc 2083 fd_set rfds; local
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp 5735 fd_set rfds; local
    [all...]

Completed in 565 milliseconds

1 23