Searched refs:GKI_TICKS_TO_MS (Results 1 – 6 of 6) sorted by relevance
102 #ifndef GKI_TICKS_TO_MS103 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC) macro
85 GKI_update_timer_list (&p_cb->timer_queue, GKI_TICKS_TO_MS (period_in_ticks)); in nfa_sys_ptim_timer_update()
156 elapsed_ms = GKI_TICKS_TO_MS (ticks); in rw_main_log_stats()
108 #define GKI_TICKS_TO_MS(x) ((x) * (1000/TICKS_PER_SEC)) macro
1063 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
1040 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()