Searched refs:m_output_elem (Results 1 – 4 of 4) sorted by relevance
69 m_output_elem.elem_type = OCSD_GEN_TRC_ELEM_NO_SYNC; in processPacket()70 m_output_elem.unsync_eot_info = m_unsync_info; in processPacket()71 resp = outputTraceElement(m_output_elem); in processPacket()111 m_output_elem.setType(OCSD_GEN_TRC_ELEM_EO_TRACE); in onEOT()112 m_output_elem.setUnSyncEOTReason(UNSYNC_EOT); in onEOT()113 resp = outputTraceElement(m_output_elem); in onEOT()221 m_output_elem.init(); in resetDecoder()240 m_output_elem.setType(OCSD_GEN_TRC_ELEM_NO_SYNC); in decodePacket()241 resp = outputTraceElement(m_output_elem); in decodePacket()259 m_output_elem.setType(OCSD_GEN_TRC_ELEM_EVENT); in decodePacket()[all …]
70 m_output_elem.setType(OCSD_GEN_TRC_ELEM_NO_SYNC); in processPacket()71 m_output_elem.setUnSyncEOTReason(m_unsync_info); in processPacket()72 resp = outputTraceElement(m_output_elem); in processPacket()93 m_output_elem.setType(OCSD_GEN_TRC_ELEM_EO_TRACE); in onEOT()94 m_output_elem.setUnSyncEOTReason(UNSYNC_EOT); in onEOT()95 resp = outputTraceElement(m_output_elem); in onEOT()143 m_output_elem.init(); in resetDecoder()164 m_output_elem.setType(OCSD_GEN_TRC_ELEM_SWTRACE); in decodePacket()244 m_output_elem.setTS(m_curr_packet_in->getTSVal()); in decodePacket()247 m_output_elem.setSWTInfo(m_swt_packet_info); in decodePacket()[all …]
99 OcsdTraceElement m_output_elem; //!< output packet variable
188 OcsdTraceElement m_output_elem; variable