Searched refs:GKI_TICKS_TO_SECS (Results 1 – 2 of 2) sorted by relevance
90 #ifndef GKI_TICKS_TO_SECS91 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC) macro
91 #define GKI_TICKS_TO_SECS(x) ((x) * (1 / TICKS_PER_SEC)) macro