Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/stm/
Dtrc_pkt_proc_stm.cpp205 m_curr_packet.setPacketType(STM_PKT_RESERVED,false); in throwReservedHdrError()
276 m_curr_packet.setPacketType(STM_PKT_NOTSYNC,false); in waitForSync()
291 m_curr_packet.setPacketType(STM_PKT_ASYNC,false); in waitForSync()
318 m_curr_packet.setPacketType(STM_PKT_NULL,false); in stmPktNull()
340 m_curr_packet.setPacketType(STM_PKT_M8,false); in stmPktM8()
353 m_curr_packet.setPacketType(STM_PKT_MERR,false); in stmPktMERR()
368 m_curr_packet.setPacketType(STM_PKT_C8,false); in stmPktC8()
381 m_curr_packet.setPacketType(STM_PKT_D4,m_bIsMarker); in stmPktD4()
405 m_curr_packet.setPacketType(STM_PKT_D8,m_bIsMarker); in stmPktD8()
429 m_curr_packet.setPacketType(STM_PKT_D16,m_bIsMarker); in stmPktD16()
[all …]
/external/OpenCSD/decoder/include/opencsd/stm/
Dtrc_pkt_elem_stm.h66 void setPacketType(const ocsd_stm_pkt_type type, const bool bMarker);
106 inline void StmTrcPacket::setPacketType(const ocsd_stm_pkt_type type, const bool bMarker) in setPacketType() function