Home
last modified time | relevance | path

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

/drivers/peripheral/camera/vdi_base/common/utils/event/
H A Devent_base.h35 m_func = NULL; in EventBase()
42 m_func = static_cast<pMemFunc>(func); in Associate()
50 m_func = NULL; in DisAssociate()
55 (m_obj->*pMemFunc(m_func))(arg, args...); in SendEvent()
60 pMemFunc m_func; member in EventBase
74 m_func[i] = NULL; in EventBaseArray()
82 m_func[m_totalFunc] = static_cast<pMemFunc>(func); in Associate()
94 if (m_func[i] == func) { in DisAssociate()
99 m_func[i] = m_func[ in DisAssociate()
117 pMemFunc m_func[EVENT_LIST_MAX_NUM]; global() member in EventBaseArray
[all...]

Completed in 1 milliseconds