Searched refs:bsbsz (Results 1 – 6 of 6) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | level2.cpp | 667 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()
|
D | level0.cpp | 131 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()
|
D | level1.cpp | 161 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/ |
D | level0.h | 42 uint32 Parse(uint8* bsbuf, uint32 bsbsz); 54 void SearchForHdlcFlag(uint8* bsbuf, int bsbsz);
|
D | level2.h | 75 uint32 Parse(uint8* bsbuf, uint32 bsbsz); 139 bool RecoverPduData(uint8*& bsbuf, int* bsbsz);
|
D | level1.h | 61 uint32 Parse(uint8* bsbuf, uint32 bsbsz);
|