Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/common/
Dcomp_attach_pt_t.h148 T *m_comp; /**< pointer to the single attached interface */ variable
155 m_comp = 0; in componentAttachPt()
169 if(m_comp != 0) in attach()
171 m_comp = component; in attach()
180 detach(m_comp); in replace_first()
190 if(m_comp != component) in detach()
192 m_comp = 0; in detach()
200 return (m_enabled) ? m_comp : 0; in first()
210 return ((m_comp != 0) ? 1 : 0); in num_attached()
215 m_comp = 0; in detach_all()