Searched refs:iRespPacketAlloc (Results 1 – 2 of 2) sorted by relevance
74 iRespPacketAlloc(NULL), in SRP()146 iRespPacketAlloc = OSCL_NEW(PVMFSimpleMediaBufferCombinedAlloc, (iRespMemAlloc)); in SrpInitL()147 OsclError::LeaveIfNull(iRespPacketAlloc); in SrpInitL()267 if (iRespPacketAlloc) in SrpReset()269 OSCL_DELETE(iRespPacketAlloc); in SrpReset()270 iRespPacketAlloc = NULL; in SrpReset()1032 resp = iRespPacketAlloc->allocate(SRP_HEADER_SIZE + SRP_FCS_SIZE); /* SRP */ in SrpResponseCreate()
582 PVMFSimpleMediaBufferCombinedAlloc *iRespPacketAlloc; variable