Searched refs:ms_time (Results 1 – 4 of 4) sorted by relevance
64 const WebRtc_UWord32 ms_time = systemTimeHighRes.tv_usec / 1000; in AddTime() local69 _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()
1032 UINT32 ms_time; in GKI_get_time_stamp() local1039 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()
1054 UINT32 ms_time; in GKI_get_time_stamp() local1061 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()
1289 UINT32 ms_time; in GKI_get_time_stamp() local1296 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()