Home
last modified time | relevance | path

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

/external/libnfc-nci/src/hal/include/
Dgki_hal_target.h102 #ifndef GKI_TICKS_TO_MS
103 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC) macro
/external/libnfc-nci/src/nfa/sys/
Dnfa_sys_ptim.c85 GKI_update_timer_list (&p_cb->timer_queue, GKI_TICKS_TO_MS (period_in_ticks)); in nfa_sys_ptim_timer_update()
/external/libnfc-nci/src/nfc/tags/
Drw_main.c156 elapsed_ms = GKI_TICKS_TO_MS (ticks); in rw_main_log_stats()
/external/libnfc-nci/src/gki/common/
Dgki.h108 #define GKI_TICKS_TO_MS(x) ((x) * (1000/TICKS_PER_SEC)) macro
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1063 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c1040 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()