Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/common/
Docsd_dcd_mngr.h175 return pComponent->getErrorLogAttachPt()->replace_first(pIErrorLog); in attachErrorLogger()
191 err = pDcdI->getInstrDecodeAttachPt()->replace_first(pIInstrDec); in attachInstrDecoder()
209 err = pDcdI->getMemoryAccessAttachPt()->replace_first(pMemAccessor); in attachMemAccessor()
226 err = pDcdI->getTraceElemOutAttachPt()->replace_first(pOutSink); in attachOutputSink()
266 return pPktProcBase->getRawPacketMonAttachPt()->replace_first(p_If); in attachPktMonitor()
287 return pPktProcBase->getTraceIDIndexerAttachPt()->replace_first(p_If); in attachPktIndexer()
308 return pPktProcBase->getPacketOutAttachPt()->replace_first(pkt_in_i); in attachPktSink()
Dcomp_attach_pt_t.h86 virtual ocsd_err_t replace_first(T* component);
177 template<class T> ocsd_err_t componentAttachPt<T>::replace_first(T* component) in replace_first() function
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api_custom_obj.cpp214 pDecoder->getErrorLogAttachPt()->replace_first(pIErrorLog); in attachErrorLogger()