Home
last modified time | relevance | path

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

/src/contrib/opencsd/decoder/include/common/
H A Docsd_gen_elem_stack.h50 void initSendIf(componentAttachPt<ITrcGenElemIn> *pGenElemIf);
93 inline void OcsdGenElemStack::initSendIf(componentAttachPt<ITrcGenElemIn> *pGenElemIf) in initSendIf() function
H A Docsd_gen_elem_list.h62 void initSendIf(componentAttachPt<ITrcGenElemIn> *pGenElemIf);
148 inline void OcsdGenElemList::initSendIf(componentAttachPt<ITrcGenElemIn> *pGenElemIf) in initSendIf() function
/src/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp206 m_outputElemList.initSendIf(getTraceElemOutAttachPt()); in initDecoder()
/src/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp286 m_out_elem.initSendIf(this->getTraceElemOutAttachPt()); in onFirstInitOK()