Home
last modified time | relevance | path

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

/freebsd-12.1/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
/freebsd-12.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i_impl.cpp39 m_interface(0), in EtmV4IPktProcImpl()
53 m_interface = p_interface; in Initialise()
70 m_interface->LogError(ocsdError(OCSD_ERR_SEV_ERROR,err)); in Configure()
133 m_interface->LogError(err); in processData()
151 m_interface->LogError(fatal); in processData()
208 …resp = m_interface->outputOnAllInterfaces(m_packet_index,&m_curr_packet,&m_curr_packet.type,m_curr… in outputPacket()
217m_interface->outputRawPacketToMonitor(m_packet_index,&m_curr_packet,m_dump_unsynced_bytes,&m_currP… in outputUnsyncedRawPacket()
221 resp = m_interface->outputDecodedPacket(m_packet_index,&m_curr_packet); in outputUnsyncedRawPacket()
H A Dtrc_pkt_proc_etmv4d_impl.h63 TrcPktProcEtmV4D *m_interface; /**< The interface to the other decode components */ variable
H A Dtrc_pkt_proc_etmv4i_impl.h78 TrcPktProcEtmV4I *m_interface; /**< The interface to the other decode components */ variable