Searched refs:modeIt (Results 1 – 1 of 1) sorted by relevance
42 DisplayModeIterator modeIt; member54 const auto& [modeIt, overallScore, _] = current; in getMaxScoreRefreshRate()56 std::string name = to_string(modeIt->second->getFps()); in getMaxScoreRefreshRate()65 return it->modeIt->second; in getMaxScoreRefreshRate()374 for (const DisplayModeIterator modeIt : mAppRequestRefreshRates) { in getBestRefreshRateLocked() local375 scores.emplace_back(RefreshRateScore{modeIt, 0.0f}); in getBestRefreshRateLocked()388 for (auto& [modeIt, overallScore, fixedRateBelowThresholdLayersScore] : scores) { in getBestRefreshRateLocked()389 const auto& [id, mode] = *modeIt; in getBestRefreshRateLocked()492 const auto& [modeIt, overallScore, _] = current; in getBestRefreshRateLocked()497 to_string(maxScoreIt->modeIt->second->getFps()).c_str(), in getBestRefreshRateLocked()[all …]