Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_proc_ptm.cpp446 bool bGotBytes = false, validByte = true; in pktISync() local
457 while(validByte && !bGotBytes) in pktISync()
506 bGotBytes = (bool)((unsigned)m_numPktBytesReq == m_currPacketData.size()); in pktISync()
512 if(bGotBytes) in pktISync()
654 bool bGotBytes = false, bytesAvail = true; in pktCtxtID() local
657 bGotBytes = m_numCtxtIDBytes == m_gotCtxtIDBytes; in pktCtxtID()
658 while(!bGotBytes & bytesAvail) in pktCtxtID()
663 bGotBytes = m_numCtxtIDBytes == m_gotCtxtIDBytes; in pktCtxtID()
666 if(bGotBytes) in pktCtxtID()
739 bool bGotBytes = false, byteAvail = true; in pktTimeStamp() local
[all …]