Searched refs:nElapse (Results 1 – 4 of 4) sorted by relevance
16 void CPWL_TimerHandler::BeginTimer(int32_t nElapse) { in BeginTimer() argument19 m_pTimer->SetPWLTimer(nElapse); in BeginTimer()
35 int32_t CPWL_Timer::SetPWLTimer(int32_t nElapse) { in SetPWLTimer() argument38 m_nTimerID = m_pSystemHandler->SetTimer(nElapse, TimerProc); in SetPWLTimer()
23 void BeginTimer(int32_t nElapse);
22 int32_t SetPWLTimer(int32_t nElapse);