Searched refs:GKI_MS_TO_TICKS (Results 1 – 3 of 3) sorted by relevance
94 #ifndef GKI_MS_TO_TICKS95 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
140 GKI_start_timer (p_cb->timer_id, GKI_MS_TO_TICKS (p_cb->period), TRUE); in nfa_sys_ptim_start_timer()
106 #define GKI_MS_TO_TICKS(x) ((x) / (1000/TICKS_PER_SEC)) macro