Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp192 iPduPktMemPool(NULL) in H223OutgoingChannel()
225 OSCL_DELETE(iPduPktMemPool); in ~H223OutgoingChannel()
238 iPduPktMemPool = OSCL_NEW(OsclMemPoolFixedChunkAllocator, (iNumMediaData)); in Init()
239 iPduPktMemPool->enablenullpointerreturn(); in Init()
240 …= OSCL_NEW(PVMFMediaFragGroupCombinedAlloc<OsclMemAllocator>, (iNumMediaData, 10, iPduPktMemPool)); in Init()
1352 iPduPktMemPool(NULL), in H223IncomingChannel()
1374 if (iPduPktMemPool) in ~H223IncomingChannel()
1376 OSCL_DELETE(iPduPktMemPool); in ~H223IncomingChannel()
1399iPduPktMemPool = OSCL_NEW(OsclMemPoolFixedChunkAllocator, (H223_INCOMING_CHANNEL_NUM_MEDIA_DATA)); in Init()
1400 if (iPduPktMemPool == NULL) in Init()
[all …]
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlogicalchannel.h350 OsclMemPoolFixedChunkAllocator* iPduPktMemPool; variable
490 OsclMemPoolFixedChunkAllocator* iPduPktMemPool; variable