Searched refs:GKI_MS_TO_TICKS (Results 1 – 3 of 3) sorted by relevance
78 #ifndef GKI_MS_TO_TICKS79 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
135 GKI_start_timer(p_cb->timer_id, GKI_MS_TO_TICKS(p_cb->period), true); in nfa_sys_ptim_start_timer()
88 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro