Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DPredictor.h28 struct ApproximateMatch { struct
29 bool operator==(const ApproximateMatch& other) const {
49 std::optional<ApproximateMatch> getApproximateMatch( argument
294 ApproximateStack(NonBufferHash hash, LayerStack::ApproximateMatch match)
302 LayerStack::ApproximateMatch match;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DPredictor.cpp26 std::optional<LayerStack::ApproximateMatch> LayerStack::getApproximateMatch( in getApproximateMatch()
33 std::optional<ApproximateMatch> approximateMatch = {}; in getApproximateMatch()
64 approximateMatch = ApproximateMatch{ in getApproximateMatch()
81 return ApproximateMatch{ in getApproximateMatch()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DPredictorTest.cpp150 LayerStack::ApproximateMatch expectedMatch; in TEST_F()
181 LayerStack::ApproximateMatch expectedMatch; in TEST_F()
250 LayerStack::ApproximateMatch expectedMatch; in TEST_F()
296 LayerStack::ApproximateMatch expectedMatch; in TEST_F()