Home
last modified time | relevance | path

Searched defs:timerType (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/
Dcamera_deferred_timer.cpp25 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()
/foundation/graphic/graphic_utils_lite/frameworks/
Dgraphic_timer.cpp154 osTimerType_t timerType = isPeriodic ? osTimerPeriodic : osTimerOnce; in GraphicTimer() local