Searched refs:GKI_OS_TICKS_TO_MS (Results 1 – 3 of 3) sorted by relevance
123 #ifndef GKI_OS_TICKS_TO_MS124 #define GKI_OS_TICKS_TO_MS(x) ((x) * 1000 / OS_TICKS_PER_SEC) macro
121 #ifndef GKI_OS_TICKS_TO_MS122 #define GKI_OS_TICKS_TO_MS(x) ((x) * 1000 / OS_TICKS_PER_SEC) macro
256 dur = GKI_OS_TICKS_TO_MS(dur); in l2c_fcr_cleanup()