HomeSort by relevance Sort by last modified time
    Searched refs:CheckLevelWithSync (Results 1 - 2 of 2) sorted by null

  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
lowerlayer.h 207 bool CheckLevelWithSync(uint8* pData, uint16 size, uint16* used_bytes) ;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
lowerlayer.cpp 475 if (CheckLevelWithSync(buf, size, &used_bytes))
610 bool H223LowerLayer::CheckLevelWithSync(uint8* pData, uint16 size, uint16* used_bytes)
622 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "H223LowerLayer::CheckLevelWithSync - Sync detected, but level mismatch"));

Completed in 183 milliseconds