Home
last modified time | relevance | path

Searched refs:NFC_QUICK_TIMER_ID (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_task.cc192 GKI_start_timer(NFC_QUICK_TIMER_ID, in nfc_start_quick_timer()
220 GKI_stop_timer(NFC_QUICK_TIMER_ID); in nfc_stop_quick_timer()
292 GKI_stop_timer(NFC_QUICK_TIMER_ID); in nfc_process_quick_timer_evt()
330 GKI_stop_timer(NFC_QUICK_TIMER_ID); in nfc_task_shutdown_nfcc()
389 NFC_QUICK_TIMER_ID, in nfc_task()
/system/nfc/src/include/
Dnfc_target.h74 #ifndef NFC_QUICK_TIMER_ID
75 #define NFC_QUICK_TIMER_ID (TIMER_1) macro