Home
last modified time | relevance | path

Searched defs:attachNotify (Results 1 – 2 of 2) sorted by relevance

/external/OpenCSD/decoder/source/
Dtrc_component.cpp51 virtual void attachNotify(const int num_attached) in attachNotify() function in errLogAttachMonitor
/external/OpenCSD/decoder/include/opencsd/stm/
Dtrc_pkt_proc_stm.h214 virtual void attachNotify(const int num_attached) { m_bInUse = (num_attached > 0); }; in attachNotify() function