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

  /external/webrtc/webrtc/system_wrappers/include/
clock.h 78 int64_t time_us_; member in class:webrtc::SimulatedClock
  /external/webrtc/webrtc/system_wrappers/source/
clock.cc 235 : time_us_(initial_time_us), lock_(RWLockWrapper::CreateRWLock()) {
243 return (time_us_ + 500) / 1000;
248 return time_us_;
268 time_us_ += microseconds;

Completed in 148 milliseconds