Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DPredictor.h285 const auto candidateMatches = [&](const PromotionCandidate& candidate) {
289 return std::find_if(mCandidates.cbegin(), mCandidates.cend(), candidateMatches);
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp345 const auto candidateMatches = [&](const PromotionCandidate& candidate) { in getApproximateMatch() local
360 std::find_if(mCandidates.cbegin(), mCandidates.cend(), candidateMatches); in getApproximateMatch()