Home
last modified time | relevance | path

Searched refs:TIMER_ID_PROGRESS_BAR_ANIMATION (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dvolume_screen_base.c50 …gx_system_timer_start(base, TIMER_ID_PROGRESS_BAR_ANIMATION, 20 / GX_SYSTEM_TIMER_MS, 20 / GX_SYST… in progress_bar_animation_start()
71 gx_system_timer_stop(base, TIMER_ID_PROGRESS_BAR_ANIMATION); in progress_bar_animation_update()
142 if (event_ptr->gx_event_payload.gx_event_timer_id == TIMER_ID_PROGRESS_BAR_ANIMATION) in volume_screen_base_event_process()
Ddemo_guix_car_infotainment.h11 #define TIMER_ID_PROGRESS_BAR_ANIMATION 2 macro