Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFps.h118 inline bool isApproxLess(Fps lhs, Fps rhs) { in isApproxLess() function
129 return isApproxLess(lhs, rhs);
137 return isApproxLess(rhs, lhs);
141 return !isApproxLess(rhs, lhs);
145 return !isApproxLess(lhs, rhs);
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.cpp963 const Fps minFrameRate = std::max(policyPtr->appRequestRanges.render.min, 30_Hz, isApproxLess); in getFrameRateOverrides()
1554 isApproxLess(currentPolicy->primaryRanges.physical.min, deviceMinFps)) { in getIdleTimerAction()