Home
last modified time | relevance | path

Searched refs:GKI_TICKS_TO_SECS (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/include/
Dgki_hal_target.h90 #ifndef GKI_TICKS_TO_SECS
91 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC) macro
/system/nfc/src/gki/common/
Dgki.h91 #define GKI_TICKS_TO_SECS(x) ((x) * (1 / TICKS_PER_SEC)) macro