Searched refs:GKI_remove_from_timer_list (Results 1 - 11 of 11) sorted by relevance

/external/bluetooth/bluedroid/bta/sys/
H A Dptim.c92 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle);
136 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle);
156 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle);
/external/libnfc-nci/src/nfa/sys/
H A Dnfa_sys_ptim.c95 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle);
143 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle);
164 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle);
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_task.c83 GKI_remove_from_timer_list (&nfc_cb.timer_queue, p_tle);
123 GKI_remove_from_timer_list (&nfc_cb.timer_queue, p_tle);
159 GKI_remove_from_timer_list (&nfc_cb.timer_queue, p_tle);
205 GKI_remove_from_timer_list (&nfc_cb.quick_timer_queue, p_tle);
227 GKI_remove_from_timer_list (&nfc_cb.quick_timer_queue, p_tle);
254 GKI_remove_from_timer_list (&nfc_cb.quick_timer_queue, p_tle);
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_task.c407 GKI_remove_from_timer_list(&btu_cb.timer_queue, p_tle);
596 GKI_remove_from_timer_list(&btu_cb.timer_queue_oneshot, p_tle);
672 GKI_remove_from_timer_list (&btu_cb.timer_queue, p_tle);
709 GKI_remove_from_timer_list (&btu_cb.timer_queue, p_tle);
768 GKI_remove_from_timer_list (&btu_cb.quick_timer_queue, p_tle);
791 GKI_remove_from_timer_list (&btu_cb.quick_timer_queue, p_tle);
839 GKI_remove_from_timer_list (p_tlq, p_tle);
865 GKI_remove_from_timer_list(&btu_cb.timer_queue_oneshot, p_tle);
890 GKI_remove_from_timer_list(&btu_cb.timer_queue_oneshot, p_tle);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_main.c363 GKI_remove_from_timer_list (&nfc_hal_cb.quick_timer_queue, p_tle);
382 GKI_remove_from_timer_list (&nfc_hal_cb.quick_timer_queue, p_tle);
409 GKI_remove_from_timer_list (&nfc_hal_cb.quick_timer_queue, p_tle);
/external/bluetooth/bluedroid/gki/common/
H A Dgki.h190 GKI_API extern BOOLEAN GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
H A Dgki_time.c688 ** Function GKI_remove_from_timer_list
699 BOOLEAN GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) function
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h464 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
H A Dgki_time.c892 ** Function GKI_remove_from_timer_list
903 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) function
/external/libnfc-nci/src/gki/common/
H A Dgki.h466 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
H A Dgki_time.c892 ** Function GKI_remove_from_timer_list
903 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle) function

Completed in 280 milliseconds