Searched refs:GKI_TICKS_TO_MS (Results 1 – 5 of 5) sorted by relevance
86 #ifndef GKI_TICKS_TO_MS87 #define GKI_TICKS_TO_MS(x) ((x)*1000 / TICKS_PER_SEC) macro
83 GKI_update_timer_list(&p_cb->timer_queue, GKI_TICKS_TO_MS(period_in_ticks)); in nfa_sys_ptim_timer_update()
147 elapsed_ms = GKI_TICKS_TO_MS(ticks); in rw_main_log_stats()
90 #define GKI_TICKS_TO_MS(x) ((x) * (1000 / TICKS_PER_SEC)) macro
922 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()