Home
last modified time | relevance | path

Searched refs:iBsbuf (Results 1 – 2 of 2) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlevel2.h49 OSCL_DEFAULT_FREE(iBsbuf[0]); in ~Level2PduParcom()
50 OSCL_DEFAULT_FREE(iBsbuf[1]); in ~Level2PduParcom()
103 uint8* iBsbuf[2]; variable
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlevel2.cpp425 iBsbuf[0] = iBsbuf[1] = NULL; in Level2PduParcom()
491 iBsbuf[0] = (uint8*)OSCL_DEFAULT_MALLOC(H223_MAX_DEMUX_PDU_SIZE * 2); in Construct()
492 iBsbuf[1] = (uint8*)OSCL_DEFAULT_MALLOC(H223_MAX_DEMUX_PDU_SIZE * 2); in Construct()
836 uint8* to_ptr = iBsbuf[iCurBsBuf]; in RecoverPduData()