Searched refs:next_process_time_ (Results 1 – 4 of 4) sorted by relevance
81 next_process_time_(clock_->TimeInMilliseconds()) {} in FakeNetworkPipe()182 if (packet->arrival_time() < next_process_time_) in Process()183 next_process_time_ = packet->arrival_time(); in Process()215 return std::max<int64_t>(next_process_time_ - clock_->TimeInMilliseconds(), in TimeUntilNextProcess()
87 int64_t next_process_time_; variable
178 next_process_time_(clock_->TimeInMilliseconds()), in OveruseFrameDetector()217 return next_process_time_ - clock_->TimeInMilliseconds(); in TimeUntilNextProcess()286 if (now < next_process_time_) in Process()289 next_process_time_ = now + kProcessIntervalMs; in Process()
142 int64_t next_process_time_; variable