Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/sys/
Dptim.c64 INT32 period_in_ticks; in ptim_timer_update() local
74 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()
/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()