Home
last modified time | relevance | path

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

/external/libnfc-nci/src/hal/include/
Dgki_hal_target.h94 #ifndef GKI_MS_TO_TICKS
95 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
/external/libnfc-nci/src/nfa/sys/
Dnfa_sys_ptim.c140 GKI_start_timer (p_cb->timer_id, GKI_MS_TO_TICKS (p_cb->period), TRUE); in nfa_sys_ptim_start_timer()
/external/libnfc-nci/src/gki/common/
Dgki.h106 #define GKI_MS_TO_TICKS(x) ((x) / (1000/TICKS_PER_SEC)) macro