Searched refs:bsbuf (Results 1 – 6 of 6) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
D | level1.h | 61 uint32 Parse(uint8* bsbuf, uint32 bsbsz); 67 inline bool CheckForFlag(uint8* bsbuf) in CheckForFlag() argument 70 … return (bsbuf[0] == 0xe1 && bsbuf[1] == 0x4d && bsbuf[2] == 0xe1 && bsbuf[3] == 0x4d); in CheckForFlag() 71 return (bsbuf[0] == 0xe1 && bsbuf[1] == 0x4d); in CheckForFlag()
|
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);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | level2.cpp | 666 uint8* bsbuf = buf; in Parse() local 677 *iPduHdrPos++ = *bsbuf++; in Parse() 764 oscl_memcpy(iPduPos, bsbuf, sz); in Parse() 765 bsbuf += sz; in Parse() 814 bool Level2PduParcom::RecoverPduData(uint8*& bsbuf, int* bsbsz) in RecoverPduData() argument 852 oscl_memcpy(to_ptr, bsbuf, *bsbsz); in RecoverPduData() 856 bsbuf = to_ptrstart; in RecoverPduData()
|
D | level1.cpp | 161 uint32 Level1PduParcom::Parse(uint8* bsbuf, uint32 bsbsz) in Parse() argument 175 iCurrentInt32 |= bsbuf[num]; in Parse() 216 *iPduPos++ = bsbuf[num]; in Parse()
|
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 218 uint8 cur_byte = bsbuf[bytenum]; in SearchForHdlcFlag()
|