HomeSort by relevance Sort by last modified time
    Searched refs:SetTimerRes (Results 1 - 6 of 6) sorted by null

  /external/opencore/protocols/systems/common/include/
tsc.h 94 virtual TPVStatusCode SetTimerRes(uint32 timer_res) = 0;
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
lowerlayer.h 117 TPVStatusCode SetTimerRes(uint32 timer_res)
cpvh223multiplex.h 72 TPVStatusCode SetTimerRes(uint32 timer_res);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tscmain.h 289 TPVStatusCode SetTimerRes(uint32 timer_res);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp 137 TPVStatusCode CPVH223Multiplex::SetTimerRes(uint32 timer_res)
139 return iLowerLayer->SetTimerRes(timer_res);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscmain.cpp 535 TPVStatusCode TSC_324m::SetTimerRes(uint32 timer_res)
537 return iH223->SetTimerRes(timer_res);
    [all...]

Completed in 934 milliseconds