Searched refs:m_frame_deformatter_root (Results 1 – 2 of 2) sorted by relevance
97 m_frame_deformatter_root(0), in DecodeTree()114 delete m_frame_deformatter_root; in ~DecodeTree()460 err = m_frame_deformatter_root->getIDStreamAttachPt(CSID)->attach(pDataIn); in createDecoder()535 m_frame_deformatter_root = new (std::nothrow) TraceFormatterFrameDecoder(); in initialise()536 if(m_frame_deformatter_root) in initialise()538 m_frame_deformatter_root->Configure(formatterCfgFlags); in initialise()539 m_frame_deformatter_root->getErrLogAttachPt()->attach(DecodeTree::s_i_error_logger); in initialise()540 m_i_decoder_root = dynamic_cast<ITrcDataIn*>(m_frame_deformatter_root); in initialise()590 err = m_frame_deformatter_root->OutputFilterAllIDs(false); in setIDFilter()592 err = m_frame_deformatter_root->OutputFilterIDs(ids,true); in setIDFilter()[all …]
364 TraceFormatterFrameDecoder *getFrameDeformatter() const { return m_frame_deformatter_root; }; in getFrameDeformatter()400 TraceFormatterFrameDecoder *m_frame_deformatter_root; variable