Home
last modified time | relevance | path

Searched refs:kWakeupInterval (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/mediametrics/include/mediametricsservice/
DTimedAction.h33 static constexpr auto kWakeupInterval = std::chrono::minutes(3); variable
98 sleepUntilTime = std::min(sleepUntilTime, now + kWakeupInterval); in threadLoop()