Searched refs:CheckFlag (Results 1 – 2 of 2) sorted by relevance
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | level2.cpp | 609 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/ |
D | level2.h | 109 bool CheckFlag(uint8* buf, int* fClosing, int trsld);
|