HomeSort by relevance Sort by last modified time
    Searched refs:fdwrite (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 330 fd_set fdwrite; local
342 FD_ZERO(&fdwrite);
344 curl_multi_fdset(m_curlMultiHandle, &fdread, &fdwrite, &fdexcep, &maxfd);
349 rc = ::select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 590 if((pComponentPrivate->fdwrite=open(G722ENC_FIFO1,O_WRONLY))<0) {
602 if((write(pComponentPrivate->fdwrite, &cmd_data, sizeof(cmd_data)))<0) {
764 if((write(pCompPrivate->fdwrite, &cmd_data, sizeof(cmd_data)))<0) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 129 int fdwrite = 0; variable
511 if((fdwrite=open(FIFO1,O_WRONLY))<0) {
693 if((write(fdwrite, &cmd_data, sizeof(cmd_data)))<0) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 564 int fdwrite; member in struct:G722ENC_COMPONENT_PRIVATE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 468 int fdwrite; member in struct:G729DEC_COMPONENT_PRIVATE
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 550 OMX_U32 fdwrite; member in struct:WBAMR_DEC_COMPONENT_PRIVATE
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 629 int fdwrite; member in struct:G711DEC_COMPONENT_PRIVATE
OMX_G711Decoder.h 555 int fdwrite; member in struct:G711DEC_COMPONENT_PRIVATE
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 291 OMX_U32 fdwrite = 0; variable
846 if((fdwrite=open(FIFO1,O_WRONLY))<0) {
858 if((write(fdwrite, &cmd_data, sizeof(cmd_data)))<0) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 656 int fdwrite; member in struct:AMRDEC_COMPONENT_PRIVATE
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 439 if((pComponentPrivate->fdwrite=open(FIFO1,O_WRONLY))<0) {
692 if((write(pCompPrivate->fdwrite, &cmd_data, sizeof(cmd_data)))<0)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 462 if((pComponentPrivate->fdwrite=open(FIFO1,O_WRONLY))<0) {
709 if((write(pCompPrivate->fdwrite, &cmd_data, sizeof(cmd_data)))<0) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 469 if((pComponentPrivate->fdwrite=open(FIFO1,O_WRONLY))<0) {
733 if((write(pCompPrivate->fdwrite, &cmd_data, sizeof(cmd_data)))<0) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 648 OMX_U32 fdwrite; member in struct:G711ENC_COMPONENT_PRIVATE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 934 OMX_U32 fdwrite = 0; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 700 OMX_U32 fdwrite; member in struct:G729ENC_COMPONENT_PRIVATE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 755 OMX_S32 fdwrite; member in struct:AMRENC_COMPONENT_PRIVATE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 599 OMX_S32 fdwrite; member in struct:WBAMRENC_COMPONENT_PRIVATE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 498 if((pComponentPrivate->fdwrite=open(FIFO1,O_WRONLY))<0) {
762 if((write(pCompPrivate->fdwrite, &cmd_data, sizeof(cmd_data)))<0) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 448 if((pComponentPrivate->fdwrite=open(FIFO1,O_WRONLY))<0)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 81 int fdwrite, fdread; variable
475 if((fdwrite=open(FIFO1,O_WRONLY))<0) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 537 if((pComponentPrivate->fdwrite=open(FIFO1,O_WRONLY))<0) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 512 if ((pComponentPrivate->fdwrite = open(FIFO1, O_WRONLY)) < 0) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 426 if((pComponentPrivate->fdwrite=open(FIFO1,O_WRONLY))<0) {
    [all...]

Completed in 651 milliseconds