Searched refs:getModeGroup (Results 1 – 2 of 2) sorted by relevance
69 mode->getWidth(), mode->getHeight(), getModeGroup()); in toString()375 scores[i].refreshRate->getModeGroup() == mCurrentRefreshRate->getModeGroup(); in getBestRefreshRateLocked()401 ? scores[i].refreshRate->getModeGroup() == mCurrentRefreshRate->getModeGroup() in getBestRefreshRateLocked()402 : scores[i].refreshRate->getModeGroup() == defaultMode->getModeGroup(); in getBestRefreshRateLocked()621 if (mCurrentRefreshRate->getModeGroup() == refreshRate->getModeGroup()) { in getMinRefreshRateByPolicyLocked()640 if (mCurrentRefreshRate->getModeGroup() == refreshRate.getModeGroup()) { in getMaxRefreshRateByPolicyLocked()
72 int32_t getModeGroup() const { return mode->getGroup(); } in getModeGroup() function