Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/nfc/
Dnfc_task.c201 … GKI_start_timer (NFC_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE); in nfc_start_quick_timer()
232 GKI_stop_timer (NFC_QUICK_TIMER_ID); in nfc_stop_quick_timer()
295 GKI_stop_timer (NFC_QUICK_TIMER_ID); in nfc_process_quick_timer_evt()
340 GKI_stop_timer (NFC_QUICK_TIMER_ID); in nfc_task_shutdown_nfcc()
404 … GKI_start_timer (NFC_QUICK_TIMER_ID, ((GKI_SECS_TO_TICKS (1) / QUICK_TIMER_TICKS_PER_SEC)), TRUE); in nfc_task()
/external/libnfc-nci/src/include/
Dnfc_target.h79 #ifndef NFC_QUICK_TIMER_ID
80 #define NFC_QUICK_TIMER_ID (TIMER_1) macro