Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp767 TraceFormatterFrameDecoder::TraceFormatterFrameDecoder() : m_pDecoder(0) in TraceFormatterFrameDecoder() function in TraceFormatterFrameDecoder
772 TraceFormatterFrameDecoder::TraceFormatterFrameDecoder(int instNum) : m_pDecoder(0) in TraceFormatterFrameDecoder() function in TraceFormatterFrameDecoder
777 TraceFormatterFrameDecoder::~TraceFormatterFrameDecoder() in ~TraceFormatterFrameDecoder()
797 componentAttachPt<ITrcDataIn> *TraceFormatterFrameDecoder::getIDStreamAttachPt(uint8_t ID) in getIDStreamAttachPt()
806 componentAttachPt<ITrcRawFrameIn> *TraceFormatterFrameDecoder::getTrcRawFrameAttachPt() in getTrcRawFrameAttachPt()
817 componentAttachPt<ITraceErrorLog> *TraceFormatterFrameDecoder::getErrLogAttachPt() in getErrLogAttachPt()
823 ocsd_err_t TraceFormatterFrameDecoder::Configure(uint32_t cfg_flags) in Configure()
837 const uint32_t TraceFormatterFrameDecoder::getConfigFlags() const in getConfigFlags()
852 ocsd_err_t TraceFormatterFrameDecoder::OutputFilterAllIDs(bool bEnable) in OutputFilterAllIDs()
858 ocsd_datapath_resp_t TraceFormatterFrameDecoder::Reset() in Reset()
[all …]
H A Dtrc_frame_deformatter_impl.h118 friend class TraceFormatterFrameDecoder; variable
H A Docsd_dcd_tree.cpp535 m_frame_deformatter_root = new (std::nothrow) TraceFormatterFrameDecoder(); in initialise()
688 TraceFormatterFrameDecoder *pFrameDecoder = getFrameDeformatter(); in addRawFramePrinter()
/freebsd-13.1/contrib/opencsd/decoder/include/common/
H A Dtrc_frame_deformatter.h52 class TraceFormatterFrameDecoder : public ITrcDataIn
55 TraceFormatterFrameDecoder();
56 TraceFormatterFrameDecoder(int instNum);
57 virtual ~TraceFormatterFrameDecoder();
H A Docsd_dcd_tree.h364 TraceFormatterFrameDecoder *getFrameDeformatter() const { return m_frame_deformatter_root; }; in getFrameDeformatter()
400 TraceFormatterFrameDecoder *m_frame_deformatter_root;