Searched refs:last_process_time_ms_ (Results 1 – 4 of 4) sorted by relevance
42 last_process_time_ms_(-1), in RemoteEstimatorProxy()141 } else if (last_process_time_ms_ != -1) { in TimeUntilNextProcess()143 if (now - last_process_time_ms_ < send_interval_ms_) in TimeUntilNextProcess()144 return last_process_time_ms_ + send_interval_ms_ - now; in TimeUntilNextProcess()154 last_process_time_ms_ = clock_->TimeInMilliseconds(); in Process()
93 int64_t last_process_time_ms_; variable
181 last_process_time_ms_(-1), in StatsCounter()219 return last_process_time_ms_ != -1; in HasSample()224 if (last_process_time_ms_ == -1) in TimeToProcess()225 last_process_time_ms_ = now; in TimeToProcess()227 int64_t diff_ms = now - last_process_time_ms_; in TimeToProcess()233 last_process_time_ms_ += num_intervals * process_intervals_ms_; in TimeToProcess()
136 int64_t last_process_time_ms_; variable