Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dcpvh223multiplex.cpp65 iMuxPduPacketAlloc(NULL), in CPVH223Multiplex()
175iMuxPduPacketAlloc = OSCL_NEW(PVMFMediaFragGroupCombinedAlloc<OsclMemAllocator>, (pdu_rate, MAX_FR… in Open()
176 if (iMuxPduPacketAlloc == NULL) in Open()
182 iMuxPduPacketAlloc->create(); in Open()
229 iMuxPduPacketAlloc->removeRef(); in Close()
363 pkt = iMuxPduPacketAlloc->allocate(1); in GetOutgoingMuxPdus()
420 pkt = iMuxPduPacketAlloc->allocate(1); in GetOutgoingMuxPdus()
1256 …OsclSharedPtr<PVMFMediaDataImpl> ret = iMuxPduPacketAlloc->allocate(MAX_FRAGMENTS_PER_H223_PDU_PAC… in InitPduPacket()
1391 iInterleavingPacket = iMuxPduPacketAlloc->allocate(1); in SetInterleavingMultiplexFlags()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dcpvh223multiplex.h274 PVMFMediaFragGroupCombinedAlloc<OsclMemAllocator>* iMuxPduPacketAlloc; variable