Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DFps.h60 inline static bool comparesLess(const Fps& left, const Fps& right) { in comparesLess() function
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.cpp55 std::sort(knownFrameRates.begin(), knownFrameRates.end(), Fps::comparesLess); in constructKnownFrameRates()
901 Fps::comparesLess); in findClosestKnownFrameRate()