Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/opencsd/stm/
Dtrc_pkt_elem_stm.h67 void updateErrType(const ocsd_stm_pkt_type err_type);
113 inline void StmTrcPacket::updateErrType(const ocsd_stm_pkt_type err_type) in updateErrType() function
/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_pkt_elem_etmv4i.h125 void updateErrType(const ocsd_etmv4_i_pkt_type err_pkt_type, const uint8_t val = 0);
223 inline void EtmV4ITrcPacket::updateErrType(const ocsd_etmv4_i_pkt_type err_pkt_type, const uint8_t… in updateErrType() function
/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_proc_etmv4i.cpp187 m_curr_packet.updateErrType(ETM4_PKT_I_INCOMPLETE_EOT); in onEOT()
318 m_curr_packet.updateErrType(ETM4_PKT_I_RESERVED, lastByte); // swap type for err type in iPktReserved()
324 m_curr_packet.updateErrType(ETM4_PKT_I_RESERVED_CFG, lastByte); // swap type for err type in iPktInvalidCfg()
1662 m_curr_packet.updateErrType(ETM4_PKT_I_BAD_SEQUENCE); // swap type for err type in throwBadSequenceError()
/external/OpenCSD/decoder/source/stm/
Dtrc_pkt_proc_stm.cpp156 m_curr_packet.updateErrType(STM_PKT_INCOMPLETE_EOT); // re mark as incomplete in onEOT()
199 m_curr_packet.updateErrType(STM_PKT_BAD_SEQUENCE); in throwBadSequenceError()