Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFps.h107 inline bool isStrictlyLess(Fps lhs, Fps rhs) { in isStrictlyLess() function
119 return isStrictlyLess(lhs, rhs) && !isApproxEqual(lhs, rhs); in isApproxLess()
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.cpp79 std::sort(knownFrameRates.begin(), knownFrameRates.end(), isStrictlyLess); in constructKnownFrameRates()
227 if (isStrictlyLess(mode->getPeakFps(), existingModeFps)) { in createFrameRateModes()
254 return isStrictlyLess(lhs.modePtr->getVsyncRate(), in createFrameRateModes()
1529 isStrictlyLess); in findClosestKnownFrameRate()
1545 if (isStrictlyLess(deviceMinFps, minByPolicy->getPeakFps())) { in getIdleTimerAction()
1581 if (isStrictlyLess(bigger, smaller)) { in isFractionalPairOrMultiple()
DLayerInfo.cpp467 return isStrictlyLess(lhs.refreshRate, rhs.refreshRate); in selectRefreshRate()