Home
last modified time | relevance | path

Searched refs:modeIt (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.cpp42 DisplayModeIterator modeIt; member
54 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() local
375 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 …]