Searched refs:GKI_remove_from_timer_list (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/nfc/src/nfc/nfc/ |
H A 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()
|
/aosp12/system/nfc/src/nfa/sys/ |
H A 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()
|
/aosp12/system/nfc/src/gki/common/ |
H A D | gki.h | 407 extern void GKI_remove_from_timer_list(TIMER_LIST_Q*, TIMER_LIST_ENT*);
|
H A D | gki_time.cc | 838 void GKI_remove_from_timer_list(TIMER_LIST_Q* p_timer_listq, in GKI_remove_from_timer_list() function
|
/aosp12/hardware/st/nfc/1.0/gki/common/ |
H A D | gki.h | 438 extern void GKI_remove_from_timer_list(TIMER_LIST_Q*, TIMER_LIST_ENT*);
|
/aosp12/hardware/st/nfc/st21nfc/gki/common/ |
H A D | gki.h | 438 extern void GKI_remove_from_timer_list(TIMER_LIST_Q*, TIMER_LIST_ENT*);
|