Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/common/
Dcomp_attach_pt_t.h134 const bool hasAttached() const { return m_hasAttached; }; in hasAttached()
142 const bool hasAttachedAndEnabled() const { return m_hasAttached && m_enabled; }; in hasAttachedAndEnabled()
146 bool m_hasAttached; /**< Flag indicating at least one attached interface */ variable
158 m_hasAttached = false; in componentAttachPt()
173 m_hasAttached = true; in attach()
179 if(m_hasAttached) in replace_first()
193 m_hasAttached = false; in detach()
216 m_hasAttached = false; in detach_all()