Home
last modified time | relevance | path

Searched refs:iTxMediaMsgPoolAlloc (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscsrpbuffer.cpp191 if (iTxMediaMsgPoolAlloc) in ~TscSrpBuffer()
193 OSCL_DELETE(iTxMediaMsgPoolAlloc); in ~TscSrpBuffer()
194 iTxMediaMsgPoolAlloc = NULL; in ~TscSrpBuffer()
233 iTxData = PVMFMediaData::createMediaData(data, iTxMediaMsgPoolAlloc); in ProcessOutgoingH245Packet()
342 iTxMediaMsgPoolAlloc = OSCL_NEW(OsclMemPoolFixedChunkAllocator, in ConstructL()
344 OsclError::LeaveIfNull(iTxMediaMsgPoolAlloc); in ConstructL()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscsrpbuffer.h147 iTxMediaMsgPoolAlloc(NULL), in TscSrpBuffer()
163 OsclMemPoolFixedChunkAllocator* iTxMediaMsgPoolAlloc; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/src/
Dsrp.cpp64 iTxMediaMsgPoolAlloc(NULL), in SRP()
122iTxMediaMsgPoolAlloc = OSCL_NEW(OsclMemPoolFixedChunkAllocator, (iNumTxMsgs, 0, &iMemAllocator)); in SrpInitL()
123 OsclError::LeaveIfNull(iTxMediaMsgPoolAlloc); in SrpInitL()
213 if (iTxMediaMsgPoolAlloc) in SrpReset()
215 OSCL_DELETE(iTxMediaMsgPoolAlloc); in SrpReset()
216 iTxMediaMsgPoolAlloc = NULL; in SrpReset()
1215 srpPkt = PVMFMediaData::createMediaData(data, iTxMediaMsgPoolAlloc); in CreateMediaData()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/
Dsrp.h569 OsclMemPoolFixedChunkAllocator* iTxMediaMsgPoolAlloc; variable