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

  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc.c 107 RPC_OMX_CONTEXT *pRPCCtx = NULL;
119 /*pRPCCtx contains context information for each instance */
120 pRPCCtx =
123 RPC_assert(pRPCCtx != NULL, RPC_OMX_ErrorInsufficientResources,
125 TIMM_OSAL_Memset(pRPCCtx, 0, sizeof(RPC_OMX_CONTEXT));
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)
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 189 RPC_OMX_CONTEXT *pRPCCtx = (RPC_OMX_CONTEXT *) hRPCCtx;
192 status = ioctl(pRPCCtx->fd_omx, ION_IOC_IMPORT, &data);
    [all...]

Completed in 48 milliseconds