Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dgki_hal_target.h71 #ifndef TICKS_PER_SEC
72 #define TICKS_PER_SEC 100 macro
79 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
83 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
87 #define GKI_TICKS_TO_MS(x) ((x)*1000 / TICKS_PER_SEC)
91 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
Dgki_target.h109 #ifndef TICKS_PER_SEC
110 #define TICKS_PER_SEC 100 macro
/system/nfc/src/gki/common/
Dgki.h87 #ifdef TICKS_PER_SEC
88 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
89 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
90 #define GKI_TICKS_TO_MS(x) ((x) * (1000 / TICKS_PER_SEC))
91 #define GKI_TICKS_TO_SECS(x) ((x) * (1 / TICKS_PER_SEC))
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc54 #define LINUX_SEC (1000 / TICKS_PER_SEC)