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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_posix.cc57 const uint32_t ms_time = system_time_high_res.tv_usec / 1000; local
63 prev_tick_count_ = ms_time;
66 prev_api_tick_count_ = ms_time;
70 uint32_t dw_delta_time = ms_time - prev_tickCount;
83 system_time->tm_min, system_time->tm_sec, ms_time,
/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.c1055 UINT32 ms_time; local
1062 ms_time = GKI_TICKS_TO_MS(gki_cb.com.OSTicks);
1063 s_time = ms_time/100; /* 100 Ticks per second */
1067 ms_time -= s_time*100;
1080 *p_out++ = (INT8)((ms_time / 10) + '0');
1081 *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');

Completed in 182 milliseconds