Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/
Dtrc_component.cpp42 m_pComp = 0; in errLogAttachMonitor()
46 if (m_pComp) in ~errLogAttachMonitor()
47 m_pComp->getErrorLogAttachPt()->set_notifier(0); in ~errLogAttachMonitor()
48 m_pComp = 0; in ~errLogAttachMonitor()
53 if(m_pComp) in attachNotify()
54 m_pComp->do_attach_notify(num_attached); in attachNotify()
58 m_pComp = pComp; in Init()
59 if(m_pComp) in Init()
60 m_pComp->getErrorLogAttachPt()->set_notifier(this); in Init()
63 TraceComponent *m_pComp; member in errLogAttachMonitor