Home
last modified time | relevance | path

Searched refs:Level1PduParcom (Results 1 – 3 of 3) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlevel1.cpp25 Level1PduParcom::Level1PduParcom(bool df): in Level1PduParcom() function in Level1PduParcom
43 Level1PduParcom::Construct(uint16 max_outstanding_pdus) in Construct()
49 void Level1PduParcom::GetHdrFragment(OsclRefCounterMemFrag& frag) in GetHdrFragment()
55 Level1PduParcom::GetStuffing(uint8* pPdu, uint32 buf_size, uint8 mux_code) in GetStuffing()
78 PVMFStatus Level1PduParcom::CompletePdu(OsclSharedPtr<PVMFMediaDataImpl>& pdu, int8 MuxTblNum, uint… in CompletePdu()
131 inline void Level1PduParcom::IndicatePdu() in IndicatePdu()
161 uint32 Level1PduParcom::Parse(uint8* bsbuf, uint32 bsbsz) in Parse()
Dlowerlayer.cpp880 parcom = OSCL_NEW(Level1PduParcom, ()); in CreateParcom()
883 ((Level1PduParcom*)parcom)->UseDf(true); in CreateParcom()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlevel1.h27 class Level1PduParcom : public H223PduParcomBase
37 Level1PduParcom(bool df = false);
38 ~Level1PduParcom() in ~Level1PduParcom()