Searched defs:GKI_TICKS_TO_MS (Results 1 – 2 of 2) sorted by relevance
108 #define GKI_TICKS_TO_MS(x) ((x) * (1000/TICKS_PER_SEC)) macro
103 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC) macro