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

/system/nfc/src/include/
H A 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/
H A Dnfa_sys_ptim.cc83 GKI_update_timer_list(&p_cb->timer_queue, GKI_TICKS_TO_MS(period_in_ticks));
/system/nfc/src/nfc/tags/
H A Drw_main.cc146 elapsed_ms = GKI_TICKS_TO_MS(ticks);
/system/nfc/src/gki/common/
H A Dgki.h90 #define GKI_TICKS_TO_MS(x) ((x) * (1000 / TICKS_PER_SEC)) macro
/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc951 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks);

Completed in 3266 milliseconds