Searched refs:m_pAttached (Results 1 – 2 of 2) sorted by relevance
21 : m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) { in CPWL_Timer()22 ASSERT(m_pAttached); in CPWL_Timer()54 if (pTimer->m_pAttached) in TimerProc()55 pTimer->m_pAttached->TimerProc(); in TimerProc()
264 CPWL_TimerHandler* m_pAttached; variable