Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/common/
Dcomp_attach_notifier_i.h46 class IComponentAttachNotifier {
48 IComponentAttachNotifier() {}; /**< Default interface constructor */ in IComponentAttachNotifier() function
49 virtual ~IComponentAttachNotifier() {}; /**< Default interface destructor */ in ~IComponentAttachNotifier()
Dcomp_attach_pt_t.h122 void set_notifier(IComponentAttachNotifier *notifier);
147 IComponentAttachNotifier *m_notifier; /**< Optional attachement notifier interface. */
220 template<class T> void componentAttachPt<T>::set_notifier(IComponentAttachNotifier *notifier) in set_notifier()
/external/OpenCSD/decoder/source/
Dtrc_component.cpp37 class errLogAttachMonitor : public IComponentAttachNotifier
/external/OpenCSD/decoder/include/opencsd/stm/
Dtrc_pkt_proc_stm.h209 class monAttachNotify : public IComponentAttachNotifier