Searched refs:pAdapterTimerMgr (Results 1 – 1 of 1) sorted by relevance
17 IFWL_AdapterTimerMgr* pAdapterTimerMgr = pAdapterNative->GetTimerMgr(); in FWL_StartTimer() local18 if (!pAdapterTimerMgr) in FWL_StartTimer()21 pAdapterTimerMgr->Start(pTimer, dwElapse, hTimer, bImmediately); in FWL_StartTimer()28 IFWL_AdapterTimerMgr* pAdapterTimerMgr = pAdapterNative->GetTimerMgr(); in FWL_StopTimer() local29 if (!pAdapterTimerMgr) in FWL_StopTimer()31 return pAdapterTimerMgr->Stop(hTimer); in FWL_StopTimer()