Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_task.cc79 GKI_remove_from_timer_list(&nfc_cb.timer_queue, p_tle); in nfc_start_timer()
116 GKI_remove_from_timer_list(&nfc_cb.timer_queue, p_tle); in nfc_process_timer_evt()
155 GKI_remove_from_timer_list(&nfc_cb.timer_queue, p_tle); in nfc_stop_timer()
198 GKI_remove_from_timer_list(&nfc_cb.quick_timer_queue, p_tle); in nfc_start_quick_timer()
216 GKI_remove_from_timer_list(&nfc_cb.quick_timer_queue, p_tle); in nfc_stop_quick_timer()
241 GKI_remove_from_timer_list(&nfc_cb.quick_timer_queue, p_tle); in nfc_process_quick_timer_evt()
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc94 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle); in nfa_sys_ptim_timer_update()
138 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle); in nfa_sys_ptim_start_timer()
159 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle); in nfa_sys_ptim_stop_timer()
/system/nfc/src/gki/common/
Dgki.h407 extern void GKI_remove_from_timer_list(TIMER_LIST_Q*, TIMER_LIST_ENT*);
Dgki_time.cc838 void GKI_remove_from_timer_list(TIMER_LIST_Q* p_timer_listq, in GKI_remove_from_timer_list() function