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