Searched refs:GKI_add_to_timer_list (Results 1 – 4 of 4) sorted by relevance
84 GKI_add_to_timer_list(&nfc_cb.timer_queue, p_tle); in nfc_start_timer()203 GKI_add_to_timer_list(&nfc_cb.quick_timer_queue, p_tle); in nfc_start_quick_timer()
143 GKI_add_to_timer_list(&p_cb->timer_queue, p_tle); in nfa_sys_ptim_start_timer()
400 extern void GKI_add_to_timer_list(TIMER_LIST_Q*, TIMER_LIST_ENT*);
749 void GKI_add_to_timer_list(TIMER_LIST_Q* p_timer_listq, TIMER_LIST_ENT* p_tle) { in GKI_add_to_timer_list() function