Searched refs:getAssocComponent (Results 1 – 2 of 2) sorted by relevance
166 if(pComponent->getAssocComponent() != 0) in destroyDecoder()167 delete pComponent->getAssocComponent(); in destroyDecoder()183 …if(pComponent->getAssocComponent() == 0) // no associated component - so this is a packet proce… in attachInstrDecoder()201 …if(pComponent->getAssocComponent() == 0) // no associated component - so this is a packet proce… in attachMemAccessor()219 …if(pComponent->getAssocComponent() == 0) // no associated component - so this is a packet proce… in attachOutputSink()236 if(pComponent->getAssocComponent() != 0) in getDataInputI()237 pPktProc = pComponent->getAssocComponent(); in getDataInputI()253 if(pComponent->getAssocComponent() != 0) in attachPktMonitor()254 pPktProc = pComponent->getAssocComponent(); in attachPktMonitor()274 if(pComponent->getAssocComponent() != 0) in attachPktIndexer()[all …]
111 TraceComponent *getAssocComponent() { return m_assocComp; }; in getAssocComponent() function