Searched refs:GKI_remove_from_timer_list (Results 1 – 4 of 4) sorted by relevance
/system/nfc/src/nfc/nfc/ |
D | nfc_task.cc | 79 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/ |
D | nfa_sys_ptim.cc | 94 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/ |
D | gki.h | 407 extern void GKI_remove_from_timer_list(TIMER_LIST_Q*, TIMER_LIST_ENT*);
|
D | gki_time.cc | 838 void GKI_remove_from_timer_list(TIMER_LIST_Q* p_timer_listq, in GKI_remove_from_timer_list() function
|