Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h313 mOffscreenLayers.erase(layer); in onLayerDestroyed()
1169 std::unordered_set<Layer*> mOffscreenLayers; variable
DSurfaceFlinger.cpp3008 mOffscreenLayers.emplace(l.get()); in commitTransaction()
3028 if (mOffscreenLayers.count(layer)) { in commitTransaction()
3029 mOffscreenLayers.erase(layer); in commitTransaction()
3062 for (Layer* offscreenLayer : mOffscreenLayers) { in commitOffscreenLayers()