HomeSort by relevance Sort by last modified time
    Searched full:fd_omx (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc.c 131 pRPCCtx->fd_omx = open("/dev/rpmsg-omx1", O_RDWR);
132 if(pRPCCtx->fd_omx >= 0 || errno != ENOENT || nAttempts == 15)
138 if(pRPCCtx->fd_omx < 0)
144 DOMX_DEBUG("Open was successful, pRPCCtx->fd_omx = %d",
145 pRPCCtx->fd_omx);
150 status = ioctl(pRPCCtx->fd_omx, OMX_IOCCONNECT, &sReq);
255 if (pRPCCtx->fd_omx)
257 status = close(pRPCCtx->fd_omx);
258 pRPCCtx->fd_omx = 0;
297 pRPCCtx->fd_omx ? pRPCCtx->fd_killcb : pRPCCtx->fd_omx) + 1
    [all...]
omx_rpc_stub.c 99 status = write(hCtx->fd_omx, pPacket, nPacketSize); \
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_internal.h 160 * @ param fd_omx : File descriptor corresponding to this
177 OMX_S32 fd_omx; member in struct:RPC_OMX_CONTEXT
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 192 status = ioctl(pRPCCtx->fd_omx, ION_IOC_IMPORT, &data);
    [all...]

Completed in 112 milliseconds