Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateStats.h38 static constexpr int64_t MS_PER_MIN = 60 * MS_PER_S; variable
39 static constexpr int64_t MS_PER_HOUR = 60 * MS_PER_MIN;
128 auto [mins, minsRemainderMs] = std::div(hourRemainderMs, MS_PER_MIN); in getDateFormatFromMs()