Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nfc/
Dnfc_task.c83 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/
Dnfa_sys_ptim.c95 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/
Dnfc_hal_main.c363 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/
Dgki.h464 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
Dgki_time.c903 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/
Dgki.h466 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
Dgki_time.c903 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) in GKI_remove_from_timer_list() function