Home
last modified time | relevance | path

Searched refs:iOutstandingTxMediaMsgPoolAlloc (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/src/
Dsrp.cpp67 iOutstandingTxMediaMsgPoolAlloc(NULL), in SRP()
130iOutstandingTxMediaMsgPoolAlloc = 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()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
Dsrp.h573 OsclMemPoolFixedChunkAllocator* iOutstandingTxMediaMsgPoolAlloc; variable