Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dgki_hal_target.h86 #ifndef GKI_TICKS_TO_MS
87 #define GKI_TICKS_TO_MS(x) ((x)*1000 / TICKS_PER_SEC) macro
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc83 GKI_update_timer_list(&p_cb->timer_queue, GKI_TICKS_TO_MS(period_in_ticks)); in nfa_sys_ptim_timer_update()
/system/nfc/src/nfc/tags/
Drw_main.cc146 elapsed_ms = GKI_TICKS_TO_MS(ticks); in rw_main_log_stats()
/system/nfc/src/gki/common/
Dgki.h90 #define GKI_TICKS_TO_MS(x) ((x) * (1000 / TICKS_PER_SEC)) macro
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc924 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()