Searched refs:getAssocComponent (Results 1 – 2 of 2) sorted by relevance
160 if(pComponent->getAssocComponent() != 0) in destroyDecoder()161 delete pComponent->getAssocComponent(); in destroyDecoder()177 …if(pComponent->getAssocComponent() == 0) // no associated component - so this is a packet proce… in attachInstrDecoder()195 …if(pComponent->getAssocComponent() == 0) // no associated component - so this is a packet proce… in attachMemAccessor()213 …if(pComponent->getAssocComponent() == 0) // no associated component - so this is a packet proce… in attachOutputSink()230 if(pComponent->getAssocComponent() != 0) in getDataInputI()231 pPktProc = pComponent->getAssocComponent(); in getDataInputI()247 if(pComponent->getAssocComponent() != 0) in attachPktMonitor()248 pPktProc = pComponent->getAssocComponent(); in attachPktMonitor()268 if(pComponent->getAssocComponent() != 0) in attachPktIndexer()[all …]
111 TraceComponent *getAssocComponent() { return m_assocComp; }; in getAssocComponent() function