Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dgki_hal_target.h78 #ifndef GKI_MS_TO_TICKS
79 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc135 GKI_start_timer(p_cb->timer_id, GKI_MS_TO_TICKS(p_cb->period), true); in nfa_sys_ptim_start_timer()
/system/nfc/src/gki/common/
Dgki.h88 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC)) macro