Home
last modified time | relevance | path

Searched refs:bsbsz (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlevel2.cpp667 int bsbsz = bufsz; in Parse() local
672 while (bsbsz > 0) in Parse()
678 bsbsz--; in Parse()
759 sz = (bsbsz > iMplRemaining) ? iMplRemaining : bsbsz; in Parse()
767 bsbsz -= sz; in Parse()
814 bool Level2PduParcom::RecoverPduData(uint8*& bsbuf, int* bsbsz) in RecoverPduData() argument
850 if (*bsbsz) in RecoverPduData()
852 oscl_memcpy(to_ptr, bsbuf, *bsbsz); in RecoverPduData()
853 bytes_remaining += (*bsbsz); in RecoverPduData()
855 *bsbsz = bytes_remaining; in RecoverPduData()
Dlevel0.cpp131 uint32 Level0PduParcom::Parse(uint8* bsbuf, uint32 bsbsz) in Parse() argument
135 SearchForHdlcFlag(bsbuf, bsbsz); in Parse()
214 void Level0PduParcom::SearchForHdlcFlag(uint8* bsbuf, int bsbsz) in SearchForHdlcFlag() argument
216 for (int bytenum = 0; bytenum < bsbsz; bytenum++) in SearchForHdlcFlag()
Dlevel1.cpp161 uint32 Level1PduParcom::Parse(uint8* bsbuf, uint32 bsbsz) in Parse() argument
172 for (unsigned num = 0; num < bsbsz; num++) in Parse()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlevel0.h42 uint32 Parse(uint8* bsbuf, uint32 bsbsz);
54 void SearchForHdlcFlag(uint8* bsbuf, int bsbsz);
Dlevel2.h75 uint32 Parse(uint8* bsbuf, uint32 bsbsz);
139 bool RecoverPduData(uint8*& bsbuf, int* bsbsz);
Dlevel1.h61 uint32 Parse(uint8* bsbuf, uint32 bsbsz);