Searched refs:last_process_time_ms_ (Results 1 – 4 of 4) sorted by relevance
30 last_process_time_ms_(-1), in RemoteEstimatorProxy()74 if (last_process_time_ms_ != -1 && in TimeUntilNextProcess()75 now - last_process_time_ms_ < kDefaultProcessIntervalMs) { in TimeUntilNextProcess()76 time_until_next = (last_process_time_ms_ + kDefaultProcessIntervalMs - now); in TimeUntilNextProcess()86 last_process_time_ms_ = clock_->TimeInMilliseconds(); in Process()
63 int64_t last_process_time_ms_; variable
60 : last_process_time_ms_(0), in FakeAudioCaptureModule()94 if (current_time < last_process_time_ms_) { in TimeUntilNextProcess()98 const uint32_t elapsed_time = current_time - last_process_time_ms_; in TimeUntilNextProcess()106 last_process_time_ms_ = rtc::Time(); in Process()612 last_process_time_ms_ = rtc::Time(); in Initialize()
245 uint32_t last_process_time_ms_; variable