Home
last modified time | relevance | path

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

/drivers/peripheral/camera/vdi_base/common/utils/event/
H A Devent_base.h30 typedef T (Event::*pMemFunc)(T arg, Args... args); typedef in EventBase
42 m_func = static_cast<pMemFunc>(func); in Associate()
55 (m_obj->*pMemFunc(m_func))(arg, args...); in SendEvent()
60 pMemFunc m_func;
67 typedef T (Event::*pMemFunc)(T arg, Args... args); typedef in EventBaseArray
82 m_func[m_totalFunc] = static_cast<pMemFunc>(func); in Associate()
110 ((m_obj->*pMemFunc(m_func[i])))(arg, args...); in SendEvent()
117 pMemFunc m_func[EVENT_LIST_MAX_NUM];

Completed in 1 milliseconds