Searched refs:num_attached (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/opencsd/decoder/include/common/
H A Dcomp_attach_notifier_i.h55 * @param num_attached : number of remaining components attached to the point after the
58 virtual void attachNotify(const int num_attached) = 0;
H A Dcomp_attach_pt_t.h114 virtual int num_attached();
208 template<class T> int componentAttachPt<T>::num_attached() function in class:componentAttachPt
H A Dtrc_component.h130 void do_attach_notify(const int num_attached);
/freebsd-current/contrib/opencsd/decoder/source/
H A Dtrc_component.cpp51 virtual void attachNotify(const int num_attached) argument
54 m_pComp->do_attach_notify(num_attached);
124 void TraceComponent::do_attach_notify(const int num_attached) argument
126 if(num_attached)
H A Dtrc_frame_deformatter.cpp89 m_b_output_packed_raw = m_RawTraceFrame.num_attached() && ((m_cfgFlags & OCSD_DFRMTR_PACKED_RAW_OUT) != 0);
90 m_b_output_unpacked_raw = m_RawTraceFrame.num_attached() && ((m_cfgFlags & OCSD_DFRMTR_UNPACKED_RAW_OUT) != 0);
191 if(m_IDStreams[id].num_attached())
202 if( m_RawTraceFrame.num_attached())
217 if( m_RawTraceFrame.num_attached())
/freebsd-current/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_proc_stm.h214 virtual void attachNotify(const int num_attached) { m_bInUse = (num_attached > 0); }; argument

Completed in 147 milliseconds