HomeSort by relevance Sort by last modified time
    Searched refs:pselect (Results 1 - 25 of 31) sorted by null

1 2

  /bionic/libc/include/sys/
select.h 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
  /development/ndk/platforms/android-3/include/sys/
select.h 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
  /bionic/libc/unistd/
pselect.c 33 pselect(int n, fd_set* readfds, fd_set* writefds, fd_set* errfds, function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
select.h 1 /* `fd_set' type and related macros, and `select'/`pselect' declarations.
66 /* fd_set for select and pselect. */
121 extern int pselect (int __nfds, fd_set *__restrict __readfds,
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c 96 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_ComponentThread.c 115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_CompThread.c 122 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_ComponentThread.c 111 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 143 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_ComponentThread.c 138 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_ComponentThread.c 141 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_CompThread.c 142 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_ComponentThread.c 104 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_ComponentThread.c 132 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_ComponentThread.c 129 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_CompThread.c 130 status = pselect (fdmax + 1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_ComponentThread.c 118 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c 142 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL,&set);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c 149 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 178 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set);
415 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 122 nStatus = pselect (nFdmax+1, &rfds, NULL, NULL, NULL,&set);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Thread.c 164 status = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
168 OMX_TRACE2(pComponentPrivate->dbg, "pselect() = 0\n");
  /bionic/libc/netbsd/resolv/
res_send.c 150 static int pselect(int, void *, void *, void *,
965 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL);
1146 pselect(int nfds, void *rfds, void *wfds, void *efds, function
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 538 nRetval = pselect(nFDmax+1, &rfds, NULL, NULL, NULL, &set);
    [all...]

Completed in 818 milliseconds

1 2