Home
last modified time | relevance | path

Searched refs:period_in_ticks (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfa/sys/
Dnfa_sys_ptim.c66 INT32 period_in_ticks; in nfa_sys_ptim_timer_update() local
76 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()