Searched refs:GetNextPeriodSeconds (Results 1 – 3 of 3) sorted by relevance
168 uint32_t GetNextPeriodSeconds();
196 messages_.SetTimeout(SecondsToMs(GetNextPeriodSeconds())); in MaybeResetTimeout()245 uint32_t MetricsReporter::GetNextPeriodSeconds() { in GetNextPeriodSeconds() function in art::metrics::MetricsReporter
140 uint32_t GetNextPeriodSeconds() { in GetNextPeriodSeconds() function in art::metrics::MetricsReporterTest141 return reporter_->GetNextPeriodSeconds(); in GetNextPeriodSeconds()