Searched refs:CustomDcdMngrWrapper (Results 1 – 2 of 2) sorted by relevance
62 CustomDcdMngrWrapper *pWrapper = new (std::nothrow) CustomDcdMngrWrapper(); in ocsd_register_custom_decoder()97 CustomDcdMngrWrapper *pWrapper = static_cast<CustomDcdMngrWrapper *>(p_mngr); in ocsd_cust_protocol_to_str()106 CustomDcdMngrWrapper::CustomDcdMngrWrapper() in CustomDcdMngrWrapper() function in CustomDcdMngrWrapper113 void CustomDcdMngrWrapper::setAPIDcdFact(ocsd_extern_dcd_fact_t *p_dcd_fact) in setAPIDcdFact()163 ocsd_err_t CustomDcdMngrWrapper::destroyDecoder(TraceComponent *pComponent) in destroyDecoder()172 const ocsd_trace_protocol_t CustomDcdMngrWrapper::getProtocolType() const in getProtocolType()197 ocsd_err_t CustomDcdMngrWrapper::getDataInputI(TraceComponent *pComponent, ITrcDataIn **ppDataIn) in getDataInputI()219 ocsd_err_t CustomDcdMngrWrapper::attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIIns… in attachInstrDecoder()237 ocsd_err_t CustomDcdMngrWrapper::attachOutputSink(TraceComponent *pComponent, ITrcGenElemIn *pOutSi… in attachOutputSink()263 ocsd_err_t CustomDcdMngrWrapper::attachPktIndexer(TraceComponent *pComponent, ITrcTypedBase *pPktIn… in attachPktIndexer()[all …]
43 class CustomDcdMngrWrapper : public IDecoderMngr46 CustomDcdMngrWrapper();47 virtual ~CustomDcdMngrWrapper() {}; in ~CustomDcdMngrWrapper()