Home
last modified time | relevance | path

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

/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.cc75 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_start_timer()
193 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), in nfc_start_quick_timer()
383 GKI_start_timer(NFC_TIMER_ID, GKI_SECS_TO_TICKS(1), true); in nfc_task()
390 ((GKI_SECS_TO_TICKS(1) / QUICK_TIMER_TICKS_PER_SEC)), true); in nfc_task()
/system/nfc/src/gki/common/
Dgki.h89 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC)) macro