Home
last modified time | relevance | path

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

/system/nfc/src/nfc/nfc/
Dnfc_task.c70 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_start_timer()
185 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), in nfc_start_quick_timer()
369 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_task()
376 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), true); in nfc_task()
/system/nfc/src/hal/include/
Dgki_hal_target.h82 #ifndef GKI_SECS_TO_TICKS
83 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro
/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_main.c382 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), in nfc_hal_main_start_quick_timer()
665 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), true); in nfc_hal_main_task()
/system/nfc/src/gki/common/
Dgki.h99 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro