Home | History | Annotate | Download | only in src

Lines Matching defs:pBuffer

285 	OMX_PTR pBuffer = NULL;
318 RPC_getPacket(nPacketSize, pBuffer);
319 status = read(pRPCCtx->fd_omx, pBuffer, nPacketSize);
336 nFxnIdx = ((struct omx_packet *) pBuffer)->fxn_idx;
347 pBuffer)->data);
348 RPC_freePacket(pBuffer);
349 pBuffer = NULL;
353 pBuffer)->data);
354 RPC_freePacket(pBuffer);
355 pBuffer = NULL;
359 pBuffer)->data);
360 RPC_freePacket(pBuffer);
361 pBuffer = NULL;
366 pMsgPipe[nFxnIdx], &pBuffer,
378 if (pBuffer != NULL)
380 RPC_freePacket(pBuffer);
381 pBuffer = NULL;