HomeSort by relevance Sort by last modified time
    Searched refs:GKI_remove_from_timer_list (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/bluedroid/bta/sys/
ptim.c 92 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle);
136 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle);
155 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle);
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 95 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/
nfc_task.c 83 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/
btu_task.c 385 GKI_remove_from_timer_list (&btu_cb.timer_queue, p_tle);
604 GKI_remove_from_timer_list (&btu_cb.timer_queue, p_tle);
640 GKI_remove_from_timer_list (&btu_cb.timer_queue, p_tle);
699 GKI_remove_from_timer_list (&btu_cb.quick_timer_queue, p_tle);
721 GKI_remove_from_timer_list (&btu_cb.quick_timer_queue, p_tle);
769 GKI_remove_from_timer_list (p_tlq, p_tle);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 363 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/
gki.h 441 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
gki_time.c 898 ** Function GKI_remove_from_timer_list
909 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki.h 464 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
gki_time.c 892 ** Function GKI_remove_from_timer_list
903 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)
  /external/libnfc-nci/src/gki/common/
gki.h 466 GKI_API extern void GKI_remove_from_timer_list (TIMER_LIST_Q *, TIMER_LIST_ENT *);
gki_time.c 892 ** Function GKI_remove_from_timer_list
903 void GKI_remove_from_timer_list (TIMER_LIST_Q *p_timer_listq, TIMER_LIST_ENT *p_tle)

Completed in 510 milliseconds