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