Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DPredictor.h62 const auto& thisLayer = mLayers[l]; in compare() local
64 base::StringAppendF(&result, "\n+ - - - - - - - - - Layer %d [%s]\n", thisLayer.getId(), in compare()
65 thisLayer.getName().c_str()); in compare()
66 auto comparisonOpt = thisLayer.compare(otherLayer); in compare()