• Home
  • Raw
  • Download

Lines Matching refs:DecoderMngrBase

45 class DecoderMngrBase : public IDecoderMngr
48 DecoderMngrBase(const std::string &decoderTypeName, ocsd_trace_protocol_t builtInProtocol);
49 virtual ~DecoderMngrBase() {}; in ~DecoderMngrBase()
87 DecoderMngrBase<P,Pt,Pc>::DecoderMngrBase(const std::string &decoderTypeName, ocsd_trace_protocol_t… in DecoderMngrBase() function
96 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::createDecoder(const int create_flags, const int instID, const… in createDecoder()
164 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::destroyDecoder(TraceComponent *pComponent) in destroyDecoder()
173 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachErrorLogger(TraceComponent *pComponent, ITraceErrorLog *… in attachErrorLogger()
179 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *p… in attachInstrDecoder()
197 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachMemAccessor(TraceComponent *pComponent, ITargetMemAccess… in attachMemAccessor()
215 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachOutputSink(TraceComponent *pComponent, ITrcGenElemIn *pO… in attachOutputSink()
232 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::getDataInputI(TraceComponent *pComponent, ITrcDataIn **ppDataI… in getDataInputI()
249 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktMonitor(TraceComponent *pComponent, ITrcTypedBase *pP… in attachPktMonitor()
270 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pP… in attachPktIndexer()
291 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachPktSink(TraceComponent *pComponent, ITrcTypedBase *pPktD… in attachPktSink()
312 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::createConfigFromDataStruct(CSConfig **pConfigBase, const void … in createConfigFromDataStruct()
331 class DecodeMngrFullDcd : public DecoderMngrBase<P,Pt,Pc>
335 : DecoderMngrBase<P,Pt,Pc>(name,builtInProtocol) {}; in DecodeMngrFullDcd()
373 class DecodeMngrFullDcdExCfg : public DecoderMngrBase<P, Pt, Pc>
377 : DecoderMngrBase<P, Pt, Pc>(name, builtInProtocol) {}; in DecodeMngrFullDcdExCfg()
417 class DecodeMngrPktProc : public DecoderMngrBase<P,Pt,Pc>
421 : DecoderMngrBase<P,Pt,Pc>(name,builtInProtocol) {}; in DecodeMngrPktProc()