Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp754 TraceFormatterFrameDecoder::TraceFormatterFrameDecoder() : m_pDecoder(0) in TraceFormatterFrameDecoder() function in TraceFormatterFrameDecoder
759 TraceFormatterFrameDecoder::TraceFormatterFrameDecoder(int instNum) : m_pDecoder(0) in TraceFormatterFrameDecoder() function in TraceFormatterFrameDecoder
764 TraceFormatterFrameDecoder::~TraceFormatterFrameDecoder() in ~TraceFormatterFrameDecoder()
784 componentAttachPt<ITrcDataIn> *TraceFormatterFrameDecoder::getIDStreamAttachPt(uint8_t ID) in getIDStreamAttachPt()
793 componentAttachPt<ITrcRawFrameIn> *TraceFormatterFrameDecoder::getTrcRawFrameAttachPt() in getTrcRawFrameAttachPt()
804 componentAttachPt<ITraceErrorLog> *TraceFormatterFrameDecoder::getErrLogAttachPt() in getErrLogAttachPt()
810 ocsd_err_t TraceFormatterFrameDecoder::Configure(uint32_t cfg_flags) in Configure()
824 const uint32_t TraceFormatterFrameDecoder::getConfigFlags() const in getConfigFlags()
839 ocsd_err_t TraceFormatterFrameDecoder::OutputFilterAllIDs(bool bEnable) in OutputFilterAllIDs()
845 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.cpp490 m_frame_deformatter_root = new (std::nothrow) TraceFormatterFrameDecoder(); in initialise()
643 TraceFormatterFrameDecoder *pFrameDecoder = getFrameDeformatter(); in addRawFramePrinter()
/freebsd-12.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.h347 TraceFormatterFrameDecoder *getFrameDeformatter() const { return m_frame_deformatter_root; }; in getFrameDeformatter()
380 TraceFormatterFrameDecoder *m_frame_deformatter_root;