Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCSD/decoder/source/
H A 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()
/aosp_15_r20/external/OpenCSD/decoder/include/common/
H A Dcomp_attach_pt_t.h208 template<class T> int componentAttachPt<T>::num_attached() in num_attached() function
/aosp_15_r20/external/OpenCSD/decoder/include/opencsd/stm/
H A Dtrc_pkt_proc_stm.h214 virtual void attachNotify(const int num_attached) { m_bInUse = (num_attached > 0); }; in attachNotify()