Searched refs:NFC_TIMER_ID (Results 1 – 2 of 2) sorted by relevance
75 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_start_timer()141 GKI_stop_timer(NFC_TIMER_ID); in nfc_process_timer_evt()159 GKI_stop_timer(NFC_TIMER_ID); in nfc_stop_timer()329 GKI_stop_timer(NFC_TIMER_ID); in nfc_task_shutdown_nfcc()383 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_task()
64 #ifndef NFC_TIMER_ID65 #define NFC_TIMER_ID (TIMER_0) macro