Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscsrpbuffer.cpp55 iMediaFragAlloc->deallocate_fragment(iFrag); in ~TscSrpBufferLLPortIn()
66 if (iMediaFragAlloc) in ~TscSrpBufferLLPortIn()
68 OSCL_DELETE(iMediaFragAlloc); in ~TscSrpBufferLLPortIn()
69 iMediaFragAlloc = NULL; in ~TscSrpBufferLLPortIn()
82 iFrag = iMediaFragAlloc->allocate_fragment(MAX_TSCSRP_BUFFER_SZ); in Receive()
110 iMediaFragAlloc->deallocate_fragment(iFrag); in Receive()
123 iMediaFragAlloc = OSCL_NEW(PoolFragmentAllocator, (NUM_TSCSRP_FRAGS, in ConstructL()
125 OsclError::LeaveIfNull(iMediaFragAlloc); in ConstructL()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscsrpbuffer.h83 iMediaFragAlloc(NULL), in TscSrpBufferLLPortIn()
94 PoolFragmentAllocator* iMediaFragAlloc; variable