Searched refs:iMediaFragAlloc (Results 1 – 2 of 2) sorted by relevance
55 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()
83 iMediaFragAlloc(NULL), in TscSrpBufferLLPortIn()94 PoolFragmentAllocator* iMediaFragAlloc; variable