Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h323 mOffscreenLayers.erase(layer); in onLayerDestroyed()
1192 std::unordered_set<Layer*> mOffscreenLayers; variable
DSurfaceFlinger.cpp3080 mOffscreenLayers.emplace(l.get()); in commitTransaction()
3100 if (mOffscreenLayers.count(layer)) { in commitTransaction()
3101 mOffscreenLayers.erase(layer); in commitTransaction()
3134 for (Layer* offscreenLayer : mOffscreenLayers) { in commitOffscreenLayers()