Home
last modified time | relevance | path

Searched refs:timer_res (Results 1 – 6 of 6) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlowerlayer.h117 TPVStatusCode SetTimerRes(uint32 timer_res) in SetTimerRes() argument
119 iMinTimerResolution = timer_res; in SetTimerRes()
Dcpvh223multiplex.h72 TPVStatusCode SetTimerRes(uint32 timer_res);
/external/opencore/protocols/systems/common/include/
Dtsc.h94 virtual TPVStatusCode SetTimerRes(uint32 timer_res) = 0;
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dcpvh223multiplex.cpp137 TPVStatusCode CPVH223Multiplex::SetTimerRes(uint32 timer_res) in SetTimerRes() argument
139 return iLowerLayer->SetTimerRes(timer_res); in SetTimerRes()
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscmain.h289 TPVStatusCode SetTimerRes(uint32 timer_res);
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp535 TPVStatusCode TSC_324m::SetTimerRes(uint32 timer_res) in SetTimerRes() argument
537 return iH223->SetTimerRes(timer_res); in SetTimerRes()