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

  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_stub.c 87 #define RPC_getPacket(nPacketSize, pPacket) do { \
88 pPacket = TIMM_OSAL_Malloc(nPacketSize, TIMM_OSAL_TRUE, 0, TIMMOSAL_MEM_SEGMENT_INT); \
89 RPC_assert(pPacket != NULL, RPC_OMX_ErrorInsufficientResources, \
91 TIMM_OSAL_Memset(pPacket, 0, nPacketSize); \
94 #define RPC_freePacket(pPacket) do { \
95 if(pPacket != NULL) TIMM_OSAL_Free(pPacket); \
98 #define RPC_sendPacket_sync(hCtx, pPacket, nPacketSize, nFxnIdx, pRetPacket, nSize) do { \
99 status = write(hCtx->fd_omx, pPacket, nPacketSize); \
100 RPC_freePacket(pPacket); \
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 65 void *pPacket; /* Packet address of the packet */
267 if (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)
271 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket);
273 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket = NULL;
505 while (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL)
513 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket);
515 pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket = NULL;
570 if (pTidDataBase->aPaketsQueue[uSaveIndex].pPacket == NULL)
576 pTidDataBase->aPaketsQueue[uSaveIndex].pPacket = (void *)pBuffer;
641 if (pTidDataBase->aPaketsQueue[pTidDataBase->aWinStartArrayInex].pPacket != NULL
    [all...]

Completed in 95 milliseconds