Home
last modified time | relevance | path

Searched refs:GKI_update_timer_list (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_task.cc112 GKI_update_timer_list(&nfc_cb.timer_queue, 1); in nfc_process_timer_evt()
236 GKI_update_timer_list(&nfc_cb.quick_timer_queue, 1); in nfc_process_quick_timer_evt()
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc83 GKI_update_timer_list(&p_cb->timer_queue, GKI_TICKS_TO_MS(period_in_ticks)); in nfa_sys_ptim_timer_update()
/system/nfc/src/gki/common/
Dgki.h411 extern uint16_t GKI_update_timer_list(TIMER_LIST_Q*, int32_t);
Dgki_time.cc636 uint16_t GKI_update_timer_list(TIMER_LIST_Q* p_timer_listq, in GKI_update_timer_list() function