Searched defs:timerType (Results 1 – 7 of 7) sorted by relevance
33 KalTimerType timerType = isPeriodic ? KAL_TIMER_PERIODIC : KAL_TIMER_ONCE; in StartTimerTask() local
25 std::shared_ptr<Timer> Timer::Create(const std::string& name, TimerType timerType, in Create()43 Timer::Timer(const std::string& name, TimerType timerType, uint32_t intervalMs, TimerCallback callb… in Timer()
63 uint8_t timerType = in RegisterAlarm() local83 uint8_t timerType = static_cast<uint8_t>(timerInfo->TIMER_TYPE_REALTIME); in RegisterRepeatAlarm() local
39 enum HdmiHdrTimerType timerType; member
30 int timerType; member
154 osTimerType_t timerType = isPeriodic ? osTimerPeriodic : osTimerOnce; in GraphicTimer() local
422 int32_t timerType = static_cast<int32_t>(timerTypeWakeup | timerTypeExact); in InitTimerInfo() local