Home
last modified time | relevance | path

Searched refs:iMediaFragGroupAlloc (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp191 iMediaFragGroupAlloc(NULL), in H223OutgoingChannel()
224 iMediaFragGroupAlloc->removeRef(); in ~H223OutgoingChannel()
240iMediaFragGroupAlloc = OSCL_NEW(PVMFMediaFragGroupCombinedAlloc<OsclMemAllocator>, (iNumMediaData,… in Init()
241 iMediaFragGroupAlloc->create(); in Init()
441 newpack = iMediaFragGroupAlloc->allocate(); in FragmentPacket()
487 OsclSharedPtr<PVMFMediaDataImpl> pdu = iMediaFragGroupAlloc->allocate(); in StartAlPdu()
1266 pdu = iMediaFragGroupAlloc->allocate(); in PutData()
1351 iMediaFragGroupAlloc(NULL), in H223IncomingChannel()
1370 if (iMediaFragGroupAlloc) in ~H223IncomingChannel()
1372 iMediaFragGroupAlloc->removeRef(); in ~H223IncomingChannel()
[all …]
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlogicalchannel.h349 PVMFMediaFragGroupCombinedAlloc<OsclMemAllocator>* iMediaFragGroupAlloc; variable
489 PVMFMediaFragGroupCombinedAlloc<OsclMemAllocator>* iMediaFragGroupAlloc; variable
/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_node.cpp47 iMediaFragGroupAlloc = NULL; in PVMFSocketNodeMemPool()
127 iMediaFragGroupAlloc in CreateUDPMultipleRecvAllocator()
133 iMediaFragGroupAlloc->create(); in CreateUDPMultipleRecvAllocator()
185 if (iMediaFragGroupAlloc) in DestroyUDPMultipleRecvAllocator()
187 iMediaFragGroupAlloc->removeRef(); in DestroyUDPMultipleRecvAllocator()
188 iMediaFragGroupAlloc = NULL; in DestroyUDPMultipleRecvAllocator()
4795 aMediaFragGroup = aSockConfig.iMemPool->iMediaFragGroupAlloc->allocate();); in Allocate()
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h189 PVMFMediaFragGroupCombinedAlloc<PVMFSocketNodeAllocator>* iMediaFragGroupAlloc; variable