Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/common/
Docsd_dcd_mngr.h186 TrcPktDecodeI *pDcdI = dynamic_cast< TrcPktDecodeI * >(pComponent); in attachInstrDecoder() local
187 if(pDcdI == 0) in attachInstrDecoder()
190 if(pDcdI->getUsesIDecode()) in attachInstrDecoder()
191 err = pDcdI->getInstrDecodeAttachPt()->replace_first(pIInstrDec); in attachInstrDecoder()
204 TrcPktDecodeI *pDcdI = dynamic_cast< TrcPktDecodeI * >(pComponent); in attachMemAccessor() local
205 if(pDcdI == 0) in attachMemAccessor()
208 if(pDcdI->getUsesMemAccess()) in attachMemAccessor()
209 err = pDcdI->getMemoryAccessAttachPt()->replace_first(pMemAccessor); in attachMemAccessor()
222 TrcPktDecodeI *pDcdI = dynamic_cast< TrcPktDecodeI * >(pComponent); in attachOutputSink() local
223 if(pDcdI == 0) in attachOutputSink()
[all …]