Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_firewall_pkts_impl.cpp63 ipMediaDataImplAlloc = OSCL_NEW(PVMFSimpleMediaBufferCombinedAlloc, (ipMediaDataAlloc)); in CreateMemAllocators()
66 if (!(ipMediaDataAlloc && ipMediaDataImplAlloc && ipMediaMsgAlloc)) in CreateMemAllocators()
85 if (ipMediaDataImplAlloc) in DestroyMemoryAllocators()
87 OSCL_DELETE(ipMediaDataImplAlloc); in DestroyMemoryAllocators()
88 ipMediaDataImplAlloc = NULL; in DestroyMemoryAllocators()
102 aMediaDataImpl = ipMediaDataImplAlloc->allocate(aSize); in Allocate()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jb_firewall_pkts_impl.h101 ipMediaDataImplAlloc = NULL; in PVFirewallPacketExchanger()
113 PVMFSimpleMediaBufferCombinedAlloc* ipMediaDataImplAlloc; variable