Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/common/
Docsd_dcd_mngr_i.h69 virtual ocsd_err_t attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec) = 0;
Docsd_dcd_mngr.h61 virtual ocsd_err_t attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec);
179 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *p… in attachInstrDecoder() function
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api_custom_obj.h66 virtual ocsd_err_t attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec);
Docsd_c_api_custom_obj.cpp219 ocsd_err_t CustomDcdMngrWrapper::attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIIns… in attachInstrDecoder() function in CustomDcdMngrWrapper
/external/OpenCSD/decoder/source/
Docsd_dcd_tree.cpp140 pElem->getDecoderMngr()->attachInstrDecoder(pElem->getDecoderHandle(),i_instr_decode); in setInstrDecoder()
437 err = pDecoderMngr->attachInstrDecoder(pTraceComp,m_i_instr_decode); in createDecoder()