Home
last modified time | relevance | path

Searched defs:num_attached (Results 1 – 3 of 3) sorted by relevance

/external/OpenCSD/decoder/source/
Dtrc_component.cpp51 virtual void attachNotify(const int num_attached) in attachNotify()
124 void TraceComponent::do_attach_notify(const int num_attached) in do_attach_notify()
/external/OpenCSD/decoder/include/common/
Dcomp_attach_pt_t.h208 template<class T> int componentAttachPt<T>::num_attached() in num_attached() function
/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()