Home
last modified time | relevance | path

Searched refs:GKI_add_to_timer_list (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_task.cc84 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()
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc143 GKI_add_to_timer_list(&p_cb->timer_queue, p_tle); in nfa_sys_ptim_start_timer()
/system/nfc/src/gki/common/
Dgki.h400 extern void GKI_add_to_timer_list(TIMER_LIST_Q*, TIMER_LIST_ENT*);
Dgki_time.cc749 void GKI_add_to_timer_list(TIMER_LIST_Q* p_timer_listq, TIMER_LIST_ENT* p_tle) { in GKI_add_to_timer_list() function