Home
last modified time | relevance | path

Searched defs:GKI_TICKS_TO_MS (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/gki/common/
Dgki.h100 #define GKI_TICKS_TO_MS(x) ((x) * (1000 / TICKS_PER_SEC)) macro
/system/nfc/src/hal/include/
Dgki_hal_target.h87 #define GKI_TICKS_TO_MS(x) ((x)*1000 / TICKS_PER_SEC) macro