Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dphone.c18 gx_system_timer_start(&phone_screen, TIMER_ID_CALL_DURATION, GX_TICKS_SECOND, GX_TICKS_SECOND); in call_duration_start()
56 gx_system_timer_stop(&phone_screen, TIMER_ID_CALL_DURATION); in call_duration_end()
78 if (event_ptr->gx_event_payload.gx_event_timer_id == TIMER_ID_CALL_DURATION) in phone_screen_event_process()
Ddemo_guix_car_infotainment.h12 #define TIMER_ID_CALL_DURATION 3 macro