Searched refs:GetNextPeriodSeconds (Results 1 – 3 of 3) sorted by relevance
165 uint32_t GetNextPeriodSeconds();
188 messages_.SetTimeout(SecondsToMs(GetNextPeriodSeconds())); in MaybeResetTimeout()241 uint32_t MetricsReporter::GetNextPeriodSeconds() { in GetNextPeriodSeconds() function in art::metrics::MetricsReporter
143 uint32_t GetNextPeriodSeconds() { in GetNextPeriodSeconds() function in art::metrics::MetricsReporterTest144 return reporter_->GetNextPeriodSeconds(); in GetNextPeriodSeconds()