Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlevel2.cpp609 bool Level2PduParcom::CheckFlag(uint8* buf, int* fClosing, int trsld = 16) in CheckFlag() function in Level2PduParcom
687 if (CheckFlag(iPduHdr, &iClosingNextRx, iThreshold)) // found a flag. in Parse()
805 if (CheckFlag(ptr, closing, LEVEL2_THRESHOLD_SYNC)) in FindSync()
864 if (CheckFlag(flag_check, &fClosing, iThreshold)) in RecoverPduData()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlevel2.h109 bool CheckFlag(uint8* buf, int* fClosing, int trsld);