Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncReactor.cpp167 static constexpr std::ratio<allowancePercent, 100> allowancePercentRatio; in periodConfirmed() local
168 auto const allowance = period * allowancePercentRatio.num / allowancePercentRatio.den; in periodConfirmed()