Home
last modified time | relevance | path

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

/system/nfc/src/hal/include/
Dgki_hal_target.h96 #ifndef OS_TICKS_PER_SEC
97 #define OS_TICKS_PER_SEC 1000 macro
105 #define GKI_OS_TICKS_TO_MS(x) ((x)*1000 / OS_TICKS_PER_SEC)
109 #define GKI_OS_TICKS_TO_SECS(x) ((x) / OS_TICKS_PER_SEC))