Searched refs:CustomDecoderWrapper (Results 1 – 2 of 2) sorted by relevance
125 CustomDecoderWrapper *pComp = new (std::nothrow) CustomDecoderWrapper(); in createDecoder()131 CustomDecoderWrapper::SetCallbacks(lib_callbacks); in createDecoder()165 CustomDecoderWrapper *pCustWrap = dynamic_cast<CustomDecoderWrapper *>(pComponent); in destroyDecoder()199 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in getDataInputI()211 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in attachErrorLogger()221 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in attachInstrDecoder()230 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in attachMemAccessor()239 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in attachOutputSink()249 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in attachPktMonitor()271 CustomDecoderWrapper *pDecoder = dynamic_cast<CustomDecoderWrapper *>(pComponent); in attachPktSink()[all …]
100 class CustomDecoderWrapper : public TraceComponent, public ITrcDataIn103 CustomDecoderWrapper();104 virtual ~CustomDecoderWrapper();