Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DLayerState.cpp118 const auto& thisField = thisFields[f]; in compare() local
121 if (thisField->getField() == LayerStateField::Buffer) { in compare()
125 if (thisField->equals(otherField)) { in compare()
129 if (auto viewOpt = flag_name(thisField->getField()); viewOpt) { in compare()
135 const auto& thisStrings = thisField->toStrings(); in compare()