Searched refs:TIMER_ID_CALL_DURATION (Results 1 – 2 of 2) sorted by relevance
18 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()
12 #define TIMER_ID_CALL_DURATION 3 macro