Searched refs:GKI_remove_from_timer_list (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nci/src/nfc/nfc/ |
D | nfc_task.c | 83 GKI_remove_from_timer_list (&nfc_cb.timer_queue, p_tle); in nfc_start_timer() 123 GKI_remove_from_timer_list (&nfc_cb.timer_queue, p_tle); in nfc_process_timer_evt() 159 GKI_remove_from_timer_list (&nfc_cb.timer_queue, p_tle); in nfc_stop_timer() 205 GKI_remove_from_timer_list (&nfc_cb.quick_timer_queue, p_tle); in nfc_start_quick_timer() 227 GKI_remove_from_timer_list (&nfc_cb.quick_timer_queue, p_tle); in nfc_stop_quick_timer() 254 GKI_remove_from_timer_list (&nfc_cb.quick_timer_queue, p_tle); in nfc_process_quick_timer_evt()
|
/external/libnfc-nci/src/nfa/sys/ |
D | nfa_sys_ptim.c | 95 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle); in nfa_sys_ptim_timer_update() 143 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle); in nfa_sys_ptim_start_timer() 164 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle); in nfa_sys_ptim_stop_timer()
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_main.c | 363 GKI_remove_from_timer_list (&nfc_hal_cb.quick_timer_queue, p_tle); in nfc_hal_main_start_quick_timer() 382 GKI_remove_from_timer_list (&nfc_hal_cb.quick_timer_queue, p_tle); in nfc_hal_main_stop_quick_timer() 409 GKI_remove_from_timer_list (&nfc_hal_cb.quick_timer_queue, p_tle); in nfc_hal_main_process_quick_timer_evt()
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki.h | 464 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
|
D | gki_time.c | 903 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) in GKI_remove_from_timer_list() function
|
/external/libnfc-nci/src/gki/common/ |
D | gki.h | 466 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
|
D | gki_time.c | 903 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) in GKI_remove_from_timer_list() function
|