Searched refs:period_in_ticks (Results 1 – 2 of 2) sorted by relevance
64 INT32 period_in_ticks; in ptim_timer_update() local74 period_in_ticks = (INT32)(new_ticks_count - p_cb->last_gki_ticks); in ptim_timer_update()78 period_in_ticks = (INT32)(((UINT32)0xffffffff - p_cb->last_gki_ticks) in ptim_timer_update()83 GKI_update_timer_list(&p_cb->timer_queue, GKI_TICKS_TO_MS(period_in_ticks)); in ptim_timer_update()
66 INT32 period_in_ticks; in nfa_sys_ptim_timer_update() local76 period_in_ticks = (INT32) (new_ticks_count - p_cb->last_gki_ticks); in nfa_sys_ptim_timer_update()80 period_in_ticks = (INT32) (((UINT32) 0xffffffff - p_cb->last_gki_ticks) in nfa_sys_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()