Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp503 auto compatIter = genericLayerMetadataCompatibilityMap.find(key); in prepareGeometryCompositionState() local
504 if (compatIter == std::end(genericLayerMetadataCompatibilityMap)) { in prepareGeometryCompositionState()
507 const uint32_t id = compatIter->second; in prepareGeometryCompositionState()