Home
last modified time | relevance | path

Searched refs:target_time_ms (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/test/time_controller/
Dsimulated_thread.cc114 int64_t target_time_ms, in PostAt() argument
118 rtc::Thread::PostAt(posted_from, target_time_ms, phandler, id, pdata); in PostAt()
120 next_run_time_ = std::min(next_run_time_, Timestamp::Millis(target_time_ms)); in PostAt()
Dsimulated_thread.h54 int64_t target_time_ms,