Home
last modified time | relevance | path

Searched defs:candidateEntry (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DPredictor.cpp299 const auto candidateEntry = getCandidateEntryByHash(hash); in getPrediction() local
317 } else if (const auto candidateEntry = getCandidateEntryByHash(hash); in getExactMatch() local
359 } else if (const auto candidateEntry = in getApproximateMatch() local
386 auto candidateEntry = getCandidateEntryByHash(predictionHash); in promoteIfCandidate() local
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/expanded-timeline/
H A Ddefault_timeline_row_component.ts98 const candidateEntry = assertDefined(this.trace).findLastLowerOrEqualEntry( constant