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

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

Completed in 81 milliseconds