Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_pkt_types_ptm.h49 PTM_PKT_NOTSYNC, //!< no sync found yet enumerator
Dtrc_pkt_proc_ptm.h191 return (bool)(m_curr_packet.getType() == PTM_PKT_NOTSYNC); in isSync()
/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_elem_ptm.cpp71 type = PTM_PKT_NOTSYNC; in ResetState()
383 case PTM_PKT_NOTSYNC: //!< no sync found yet in packetTypeName()
Dtrc_pkt_proc_ptm.cpp110 m_curr_packet.type = PTM_PKT_NOTSYNC; in processData()
220 m_curr_packet.SetType(PTM_PKT_NOTSYNC); in InitProcessorState()
Dtrc_pkt_decode_ptm.cpp230 case PTM_PKT_NOTSYNC: in decodePacket()