Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc913 uint32_t ms_time; in GKI_get_time_stamp() local
920 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
921 s_time = ms_time / 100; /* 100 Ticks per second */ in GKI_get_time_stamp()
925 ms_time -= s_time * 100; in GKI_get_time_stamp()
938 *p_out++ = (int8_t)((ms_time / 10) + '0'); in GKI_get_time_stamp()
939 *p_out++ = (int8_t)((ms_time % 10) + '0'); in GKI_get_time_stamp()