Home
last modified time | relevance | path

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

/packages/modules/Nfc/libnfc-nci/src/nfc/nfc/
Dnfc_task.cc73 gki_utils->start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_start_timer()
136 GKI_stop_timer(NFC_TIMER_ID); in nfc_process_timer_evt()
157 gki_utils->stop_timer(NFC_TIMER_ID); in nfc_stop_timer()
323 gki_utils->stop_timer(NFC_TIMER_ID); in nfc_task_shutdown_nfcc()
394 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_task()
/packages/modules/Nfc/libnfc-nci/tests/src/
Dgki_timer_test.cc32 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in TEST_F()
37 GKI_stop_timer(NFC_TIMER_ID); in TEST_F()
Dnfc_task_test.cc75 start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true)); in TEST_F()
/packages/modules/Nfc/libnfc-nci/src/include/
Dnfc_target.h63 #ifndef NFC_TIMER_ID
64 #define NFC_TIMER_ID (TIMER_0) macro
/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/
Dnfc_task_helpers.cc31 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_process_nci_messages()