Searched refs:iOutstandingTxMediaMsgPoolAlloc (Results 1 – 2 of 2) sorted by relevance
67 iOutstandingTxMediaMsgPoolAlloc(NULL), in SRP()130 …iOutstandingTxMediaMsgPoolAlloc = OSCL_NEW(OsclMemPoolFixedChunkAllocator, ((iWNSRPTxWindow + 1) *… in SrpInitL()131 OsclError::LeaveIfNull(iOutstandingTxMediaMsgPoolAlloc); in SrpInitL()225 if (iOutstandingTxMediaMsgPoolAlloc) in SrpReset()227 OSCL_DELETE(iOutstandingTxMediaMsgPoolAlloc); in SrpReset()228 iOutstandingTxMediaMsgPoolAlloc = NULL; in SrpReset()942 txData = PVMFMediaData::createMediaData(srpPkt, iOutstandingTxMediaMsgPoolAlloc); in SrpCommandCreate()
573 OsclMemPoolFixedChunkAllocator* iOutstandingTxMediaMsgPoolAlloc; variable