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.h92 inline bool isApproxLess(Fps lhs, Fps rhs) { in isApproxLess() function
103 return isApproxLess(lhs, rhs);
111 return isApproxLess(rhs, lhs);
115 return !isApproxLess(rhs, lhs);
119 return !isApproxLess(lhs, rhs);
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.cpp937 isApproxLess(currentPolicy->primaryRange.min, deviceMinFps)) { in getIdleTimerAction()