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