Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dtrace_posix.cc64 const WebRtc_UWord32 ms_time = systemTimeHighRes.tv_usec / 1000; in AddTime() local
69 _prevTickCount = ms_time; in AddTime()
72 _prevAPITickCount = ms_time; in AddTime()
74 WebRtc_UWord32 dwDeltaTime = ms_time - prevTickCount; in AddTime()
90 systemTime->tm_min, systemTime->tm_sec, ms_time, in AddTime()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c1032 UINT32 ms_time; in GKI_get_time_stamp() local
1039 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
1040 s_time = ms_time/100; /* 100 Ticks per second */ in GKI_get_time_stamp()
1044 ms_time -= s_time*100; in GKI_get_time_stamp()
1057 *p_out++ = (INT8)((ms_time / 10) + '0'); in GKI_get_time_stamp()
1058 *p_out++ = (INT8)((ms_time % 10) + '0'); in GKI_get_time_stamp()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1054 UINT32 ms_time; in GKI_get_time_stamp() local
1061 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
1062 s_time = ms_time/100; /* 100 Ticks per second */ in GKI_get_time_stamp()
1066 ms_time -= s_time*100; in GKI_get_time_stamp()
1079 *p_out++ = (INT8)((ms_time / 10) + '0'); in GKI_get_time_stamp()
1080 *p_out++ = (INT8)((ms_time % 10) + '0'); in GKI_get_time_stamp()
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c1289 UINT32 ms_time; in GKI_get_time_stamp() local
1296 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks); in GKI_get_time_stamp()
1297 s_time = ms_time/100; /* 100 Ticks per second */ in GKI_get_time_stamp()
1301 ms_time -= s_time*100; in GKI_get_time_stamp()
1314 *p_out++ = (INT8)((ms_time / 10) + '0'); in GKI_get_time_stamp()
1315 *p_out++ = (INT8)((ms_time % 10) + '0'); in GKI_get_time_stamp()