Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscsrpbuffer.cpp59 if (iPkt) in ~TscSrpBufferLLPortIn()
61 iPkt->Clear(); in ~TscSrpBufferLLPortIn()
62 iMediaPktAlloc.deallocate_packet(iPkt); in ~TscSrpBufferLLPortIn()
63 iPkt = NULL; in ~TscSrpBufferLLPortIn()
109 iPkt->AddMediaFragment(iFrag); in Receive()
114 iTscSrpBuffer->ProcessIncomingSrpPacket(iPkt); in Receive()
115 iPkt->Clear(); in Receive()
126 iPkt = iMediaPktAlloc.allocate_packet(); in ConstructL()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscsrpbuffer.h81 iPkt(NULL), in TscSrpBufferLLPortIn()
91 MediaPacket* iPkt; variable