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

  /system/nfc/src/nfa/sys/
nfa_sys_ptim.cc 94 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle);
138 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle);
159 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle);
  /system/nfc/src/nfc/nfc/
nfc_task.cc 79 GKI_remove_from_timer_list(&nfc_cb.timer_queue, p_tle);
116 GKI_remove_from_timer_list(&nfc_cb.timer_queue, p_tle);
155 GKI_remove_from_timer_list(&nfc_cb.timer_queue, p_tle);
198 GKI_remove_from_timer_list(&nfc_cb.quick_timer_queue, p_tle);
216 GKI_remove_from_timer_list(&nfc_cb.quick_timer_queue, p_tle);
241 GKI_remove_from_timer_list(&nfc_cb.quick_timer_queue, p_tle);
  /system/nfc/src/gki/common/
gki.h 407 extern void GKI_remove_from_timer_list(TIMER_LIST_Q*, TIMER_LIST_ENT*);
gki_time.cc 826 ** Function GKI_remove_from_timer_list
838 void GKI_remove_from_timer_list(TIMER_LIST_Q* p_timer_listq,

Completed in 2931 milliseconds