Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp39 m_interface(0) in EtmV3PktProcImpl()
59 m_interface->LogError(ocsdError(OCSD_ERR_SEV_ERROR,err)); in Configure()
102 m_interface->LogError(err); in processData()
121 m_interface->LogError(fatal); in processData()
159 m_interface = p_interface; in Initialise()
202 …dp_resp = m_interface->outputOnAllInterfaces(m_packet_index,&m_curr_packet,&type,m_currPacketData); in outputPacket()
209 … dp_resp = m_interface->outputOnAllInterfaces(m_packet_index,&m_curr_packet,&type,m_partPktData); in outputPacket()
325 if((by == 0x01) && (m_interface->getComponentOpMode() & ETMV3_OPFLG_UNFORMATTED_SOURCE)) in processHeaderByte()
H A Dtrc_pkt_proc_etmv3_impl.h138 TrcPktProcEtmV3 *m_interface; /**< The interface to the other decode components */ variable