HomeSort by relevance Sort by last modified time
    Searched refs:start_time_ms (Results 1 - 9 of 9) sorted by null

  /system/connectivity/wificond/tests/
shell_utils.cpp 92 int64_t start_time_ms = GetCurrentTimeMs(); local
93 while (GetCurrentTimeMs() - start_time_ms < kShellTimeoutMs) {
94 int64_t time_left_ms = kShellTimeoutMs - (GetCurrentTimeMs() - start_time_ms);
113 start_time_ms = GetCurrentTimeMs();
125 start_time_ms = GetCurrentTimeMs();
126 while (NeedToWaitForChild() && GetCurrentTimeMs() - start_time_ms < 1000) {
140 start_time_ms = GetCurrentTimeMs();
141 while (NeedToWaitForChild() && GetCurrentTimeMs() - start_time_ms < 1000) {
  /frameworks/av/drm/libmediadrm/protos/
metrics.proto 69 optional uint64 start_time_ms = 1;
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.cc 76 int64_t start_time_ms = clock->TimeInMilliseconds(); local
130 return end_time_ms - start_time_ms;
neteq_rtpplay.cc 519 int64_t start_time_ms = rtc::checked_cast<int64_t>(packet->time_ms()); local
520 int64_t time_now_ms = start_time_ms;
536 start_time_ms = time_now_ms =
646 static_cast<int>(time_now_ms - start_time_ms));
  /external/webrtc/webrtc/modules/video_coding/
receiver.cc 102 const int64_t start_time_ms = clock_->TimeInMilliseconds(); local
149 static_cast<int32_t>(clock_->TimeInMilliseconds() - start_time_ms);
  /external/webrtc/webrtc/call/
call_perf_tests.cc 57 int start_time_ms,
382 int start_time_ms,
389 int start_time_ms,
395 start_time_ms_(start_time_ms),
508 } test(net_config, threshold_ms, start_time_ms, run_time_ms);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.cc 360 int64_t start_time_ms = clock_.TimeInMilliseconds(); local
383 (clock_.TimeInMilliseconds() - start_time_ms));
  /external/valgrind/massif/
ms_main.c 901 static Time start_time_ms; local
    [all...]
  /external/webrtc/webrtc/video/
end_to_end_tests.cc 3180 int64_t start_time_ms = clock_->TimeInMilliseconds(); local
    [all...]

Completed in 172 milliseconds