Searched defs:GKI_MS_TO_TICKS (Results 1 – 2 of 2) sorted by relevance
79 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
88 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro