Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_task.cc141 GKI_stop_timer(NFC_TIMER_ID); in nfc_process_timer_evt()
159 GKI_stop_timer(NFC_TIMER_ID); in nfc_stop_timer()
220 GKI_stop_timer(NFC_QUICK_TIMER_ID); in nfc_stop_quick_timer()
288 GKI_stop_timer(NFC_QUICK_TIMER_ID); in nfc_process_quick_timer_evt()
325 GKI_stop_timer(NFC_TIMER_ID); in nfc_task_shutdown_nfcc()
326 GKI_stop_timer(NFC_QUICK_TIMER_ID); in nfc_task_shutdown_nfcc()
327 GKI_stop_timer(NFA_TIMER_ID); in nfc_task_shutdown_nfcc()
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc112 GKI_stop_timer(p_cb->timer_id); in nfa_sys_ptim_timer_update()
164 GKI_stop_timer(p_cb->timer_id); in nfa_sys_ptim_stop_timer()
/system/nfc/src/gki/common/
Dgki.h409 extern void GKI_stop_timer(uint8_t);
Dgki_time.cc285 void GKI_stop_timer(uint8_t tnum) { in GKI_stop_timer() function