Searched refs:GKI_update_timer_list (Results 1 – 4 of 4) sorted by relevance
112 GKI_update_timer_list(&nfc_cb.timer_queue, 1); in nfc_process_timer_evt()236 GKI_update_timer_list(&nfc_cb.quick_timer_queue, 1); in nfc_process_quick_timer_evt()
83 GKI_update_timer_list(&p_cb->timer_queue, GKI_TICKS_TO_MS(period_in_ticks)); in nfa_sys_ptim_timer_update()
411 extern uint16_t GKI_update_timer_list(TIMER_LIST_Q*, int32_t);
636 uint16_t GKI_update_timer_list(TIMER_LIST_Q* p_timer_listq, in GKI_update_timer_list() function