Searched refs:GKI_TICKS_TO_MS (Results 1 – 9 of 9) sorted by relevance
104 #ifndef GKI_TICKS_TO_MS105 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC) macro
102 #ifndef GKI_TICKS_TO_MS103 #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 ptim_timer_update()
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
215 UINT64 ticks_in_millis = GKI_TICKS_TO_MS(ticks_till_next_exp); in alarm_service_reschedule()
1062 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
1039 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()