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

  /hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_internal.h 165 * @ param pMsgPipe : Array of message pipes. One for each OMX
180 OMX_PTR pMsgPipe[RPC_OMX_MAX_FUNCTION_LIST];
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc.c 157 TIMM_OSAL_CreatePipe(&(pRPCCtx->pMsgPipe[i]),
242 if (pRPCCtx->pMsgPipe[i])
244 eError = TIMM_OSAL_DeletePipe(pRPCCtx->pMsgPipe[i]);
245 pRPCCtx->pMsgPipe[i] = NULL;
366 pMsgPipe[nFxnIdx], &pBuffer,
omx_rpc_stub.c 104 eError = TIMM_OSAL_ReadFromPipe(hCtx->pMsgPipe[nFxnIdx], &pRetPacket, \
    [all...]

Completed in 111 milliseconds