Searched refs:isApproxLess (Results 1 – 2 of 2) sorted by relevance
92 inline bool isApproxLess(Fps lhs, Fps rhs) { in isApproxLess() function103 return isApproxLess(lhs, rhs);111 return isApproxLess(rhs, lhs);115 return !isApproxLess(rhs, lhs);119 return !isApproxLess(lhs, rhs);
937 isApproxLess(currentPolicy->primaryRange.min, deviceMinFps)) { in getIdleTimerAction()