Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 79) sorted by relevance

1234

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEnc_CompThread.c166 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in WBAMRENC_CompThread()
180 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command)); in WBAMRENC_CompThread()
186 ret = read(pComponentPrivate->cmdDataPipe[0], &commandData, sizeof (commandData)); in WBAMRENC_CompThread()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_CompThread.c170 nRet = read(pComponentPrivate->cmdPipe[0], &eCmd, sizeof(eCmd)); in VPP_ComponentThreadFunc()
191 nRet = read(pComponentPrivate->nCmdDataPipe[0], &pCmdData, sizeof(pCmdData)); in VPP_ComponentThreadFunc()
199 nRet = read(pComponentPrivate->nCmdDataPipe[0], &nParam1, sizeof(nParam1)); in VPP_ComponentThreadFunc()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Thread.c188 nRet = read(pComponentPrivate->nCmdPipe[0], in OMX_VIDENC_Thread()
211 nRet = read(pComponentPrivate->nCmdDataPipe[0], in OMX_VIDENC_Thread()
224 nRet = read(pComponentPrivate->nCmdDataPipe[0], in OMX_VIDENC_Thread()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Thread.c184 read (pComponentPrivate->nCmdPipe[0], &eCmd, sizeof (eCmd)); in OMX_JpegEnc_Thread()
185 read (pComponentPrivate->nCmdDataPipe[0], &nParam1, sizeof (nParam1)); in OMX_JpegEnc_Thread()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Thread.c141read (pComponentPrivate->nCmdPipe[0], &eCmd, sizeof (eCmd)); /*Manage error from any read and wr… in OMX_JpegDec_Thread()
143 read (pComponentPrivate->nCmdDataPipe[0], &nParam1, sizeof (nParam1)); in OMX_JpegDec_Thread()
DOMX_JpegDec_Utils.c829 … nRet = read(pComponentPrivate->nFilled_inpBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleInternalFlush()
884 nRet = read(pComponentPrivate->nFree_outBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleInternalFlush()
889 nRet = read(pComponentPrivate->nFilled_outBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleInternalFlush()
985 … nRet = read(pComponentPrivate->nFilled_inpBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleCommandFlush()
1050 nRet = read(pComponentPrivate->nFree_outBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleCommandFlush()
1056 nRet = read(pComponentPrivate->nFilled_outBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleCommandFlush()
1275 … nRet = read(pComponentPrivate->nFree_outBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleCommandJpegDec()
1281 … nRet = read(pComponentPrivate->nFilled_outBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleCommandJpegDec()
1309 … nRet = read(pComponentPrivate->nFree_outBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleCommandJpegDec()
1314 … nRet = read(pComponentPrivate->nFilled_outBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleCommandJpegDec()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
DG726DecTest.c696 if((read(fdread, &cmd_data, sizeof(cmd_data)))<0) { in main()
959 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
972 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1094 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1107 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1139 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1173 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf)); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
DG722DecTest.c254 if((read(g722decfdread, &cmd_data, sizeof(cmd_data)))<0) { in main()
1361 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in testCases()
1391 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in testCases()
1411 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in testCases()
1424 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in testCases()
1453 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in testCases()
1481 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in testCases()
1501 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf)); in testCases()
1522 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8)); in testCases()
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
Dbcmsdstd.c2522 bool read = rw == SDIOH_READ ? 1 : 0; in sdstd_card_buf() local
2530 __FUNCTION__, read ? "Rd" : "Wr", addr, nbytes, sd->r_cnt, sd->t_cnt)); in sdstd_card_buf()
2532 if (read) sd->r_cnt++; else sd->t_cnt++; in sdstd_card_buf()
2557 if (local_dma && !read) { in sdstd_card_buf()
2559 sd_sync_dma(sd, read, nbytes); in sdstd_card_buf()
2569 if (read) in sdstd_card_buf()
2580 sd_err(("%s: cmd_issue failed for %s\n", __FUNCTION__, (read ? "read" : "write"))); in sdstd_card_buf()
2589 __FUNCTION__, nbytes, local_dma, local_dma, read, num_blocks, blocksize)); in sdstd_card_buf()
2621 if (read) in sdstd_card_buf()
2635 __FUNCTION__, read ? "Read" : "Write", int_reg, in sdstd_card_buf()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
DG711DecTest.c1039 if((read(g711decfdread, &cmd_data, sizeof(cmd_data)))<0) { in main()
1223 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1239 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1314 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1328 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1360 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1394 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1412 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf)); in main()
/hardware/msm7k/librpc/
Dops.c30 int rc = read((int) handle, (void *)buf, size); in r_read()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Thread.c203 read(pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ], &eCmd, sizeof(eCmd)); in OMX_VidDec_Thread()
204 read(pComponentPrivate->cmdDataPipe[VIDDEC_PIPE_READ], &nParam1, sizeof(nParam1)); in OMX_VidDec_Thread()
260read(pComponentPrivate->cmdDataPipe[VIDDEC_PIPE_READ], &pCmdData, sizeof(pCmdData)); in OMX_VidDec_Thread()
/hardware/libhardware_legacy/flashlight/
Dflashlight.c49 if(fd && read(fd, &value, 1) == 1) { in get_flashlight_enabled()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
DG722EncTest.c667 if((read(g722encfdread, &cmd_data, sizeof(cmd_data)))<0) {
823 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
888 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
991 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer));
1090 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf));
1108 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8));
/hardware/ril/libril/
Dril.cpp804 status = p.read(&ut,sizeof(ut)); in dispatchCdmaSms()
822 status = p.read(&ut,sizeof(ut)); in dispatchCdmaSms()
827 status = p.read(&ut,sizeof(ut)); in dispatchCdmaSms()
834 status = p.read(&ut,sizeof(ut)); in dispatchCdmaSms()
837 status = p.read(&ut,sizeof(ut)); in dispatchCdmaSms()
842 status = p.read(&ut,sizeof(ut)); in dispatchCdmaSms()
851 status = p.read(&ut, sizeof(ut)); in dispatchCdmaSms()
1052 status = p.read(&uct,sizeof(uct)); in dispatchRilCdmaSmsWriteArgs()
1070 status = p.read(&uct,sizeof(uct)); in dispatchRilCdmaSmsWriteArgs()
1074 status = p.read(&uct,sizeof(uct)); in dispatchRilCdmaSmsWriteArgs()
[all …]
/hardware/broadcom/wlan/bcm4329/src/include/
Dbcmsdh_sdmmc.h37 #define sd_sync_dma(sd, read, nbytes) argument
Dbcmsdstd.h36 #define sd_sync_dma(sd, read, nbytes) argument
/hardware/libhardware/include/hardware/
Dqemud.h56 len2 = read(fd, buff, len); in qemud_fd_read()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
DWmaDecTest.c1189 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1210 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1238 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1253 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1328 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1341 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1359 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf)); in main()
1802 if((read(wmadecfdread, &cmd_data, sizeof(cmd_data)))<0) { in fill_init_params()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.c1644 read(Event_Pipe[0], &EventPrivate, sizeof(EVENT_PRIVATE)); in _tmain()
1695 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in _tmain()
1698 read(OvlyBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in _tmain()
1701 read(OpRGBBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in _tmain()
1704 read(OpYUVBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in _tmain()
1717 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in _tmain()
1757 read(OvlyBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in _tmain()
1790 read(OpRGBBuf_Pipe[0], &pBuf, sizeof(pBuf)); in _tmain()
1817 read(OpYUVBuf_Pipe[0], &pBuf, sizeof(pBuf)); in _tmain()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Dec_CompThread.c153 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in G726DEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
DG711EncTest.c786 if((read(G711E_fdread, &cmd_data, sizeof(cmd_data)))<0) { in main()
1021 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1077 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1168 read(IpBuf_Pipe[0], &pBuffer, sizeof(pBuffer)); in main()
1223 read(OpBuf_Pipe[0], &pBuf, sizeof(pBuf)); in main()
1261 read(Event_Pipe[0], &pipeContents, sizeof(OMX_U8)); in main()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Dec_ComponentThread.c126 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Enc_ComponentThread.c163 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in G726ENC_CompThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Enc_ComponentThread.c151 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in G711ENC_CompThread()

1234