Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/sys/
Dptim.c63 UINT32 new_ticks_count; in ptim_timer_update() local
69 new_ticks_count = GKI_get_tick_count(); in ptim_timer_update()
72 if (new_ticks_count >= p_cb->last_gki_ticks) in ptim_timer_update()
74 period_in_ticks = (INT32)(new_ticks_count - p_cb->last_gki_ticks); in ptim_timer_update()
79 + new_ticks_count + 1); in ptim_timer_update()
85 p_cb->last_gki_ticks = new_ticks_count; in ptim_timer_update()
/external/libnfc-nci/src/nfa/sys/
Dnfa_sys_ptim.c65 UINT32 new_ticks_count; in nfa_sys_ptim_timer_update() local
71 new_ticks_count = GKI_get_tick_count (); in nfa_sys_ptim_timer_update()
74 if (new_ticks_count >= p_cb->last_gki_ticks) in nfa_sys_ptim_timer_update()
76 period_in_ticks = (INT32) (new_ticks_count - p_cb->last_gki_ticks); in nfa_sys_ptim_timer_update()
81 + new_ticks_count + 1); in nfa_sys_ptim_timer_update()
87 p_cb->last_gki_ticks = new_ticks_count; in nfa_sys_ptim_timer_update()