Home
last modified time | relevance | path

Searched refs:NFC_TIMER_ID (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/nfc/
Dnfc_task.cc68 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_start_timer()
135 GKI_stop_timer(NFC_TIMER_ID); in nfc_process_timer_evt()
153 GKI_stop_timer(NFC_TIMER_ID); in nfc_stop_timer()
309 GKI_stop_timer(NFC_TIMER_ID); in nfc_task_shutdown_nfcc()
379 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_task()
/system/nfc/src/include/
Dnfc_target.h63 #ifndef NFC_TIMER_ID
64 #define NFC_TIMER_ID (TIMER_0) macro
/system/nfc/src/fuzzers/integration/
Dnfc_task_helpers.cc31 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_process_nci_messages()