Home
last modified time | relevance | path

Searched refs:GKI_SECS_TO_TICKS (Results 1 – 4 of 4) sorted by relevance

/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()
37 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), in nfc_process_nci_messages()
/system/nfc/src/include/
Dgki_hal_target.h82 #ifndef GKI_SECS_TO_TICKS
83 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro
/system/nfc/src/nfc/nfc/
Dnfc_task.cc77 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_start_timer()
196 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), in nfc_start_quick_timer()
404 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_task()
411 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), true); in nfc_task()
/system/nfc/src/gki/common/
Dgki.h93 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro