Searched refs:isStrictlyLess (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/ |
D | Fps.h | 107 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/ |
D | RefreshRateSelector.cpp | 79 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()
|
D | LayerInfo.cpp | 467 return isStrictlyLess(lhs.refreshRate, rhs.refreshRate); in selectRefreshRate()
|