Searched refs:Level1PduParcom (Results 1 – 3 of 3) sorted by relevance
25 Level1PduParcom::Level1PduParcom(bool df): in Level1PduParcom() function in Level1PduParcom43 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()
880 parcom = OSCL_NEW(Level1PduParcom, ()); in CreateParcom()883 ((Level1PduParcom*)parcom)->UseDf(true); in CreateParcom()
27 class Level1PduParcom : public H223PduParcomBase37 Level1PduParcom(bool df = false);38 ~Level1PduParcom() in ~Level1PduParcom()