Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc917 uint32_t ms_time; in GKI_get_time_stamp() local
924 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
925 s_time = ms_time / 100; /* 100 Ticks per second */ in GKI_get_time_stamp()
929 ms_time -= s_time * 100; in GKI_get_time_stamp()
942 *p_out++ = (int8_t)((ms_time / 10) + '0'); in GKI_get_time_stamp()
943 *p_out++ = (int8_t)((ms_time % 10) + '0'); in GKI_get_time_stamp()