Searched refs:period_in_ticks (Results 1 – 1 of 1) sorted by relevance
66 int32_t period_in_ticks; in nfa_sys_ptim_timer_update() local76 period_in_ticks = (int32_t)(new_ticks_count - p_cb->last_gki_ticks); in nfa_sys_ptim_timer_update()78 period_in_ticks = (int32_t)(((uint32_t)0xffffffff - p_cb->last_gki_ticks) + in nfa_sys_ptim_timer_update()83 GKI_update_timer_list(&p_cb->timer_queue, GKI_TICKS_TO_MS(period_in_ticks)); in nfa_sys_ptim_timer_update()