Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h1474 struct LayerCreatedState { struct
1475 LayerCreatedState(const wp<Layer>& layer, const wp<IBinder>& parent, in LayerCreatedState() function
1498 std::unordered_map<BBinder*, std::unique_ptr<LayerCreatedState>> mCreatedLayers; argument
H A DSurfaceFlinger.cpp6948 std::make_unique<LayerCreatedState>(layer, parent, parentLayer, producer, addToRoot); in setLayerCreatedState()
6959 return std::unique_ptr<LayerCreatedState>(nullptr); in getLayerCreatedState()
6965 return std::unique_ptr<LayerCreatedState>(nullptr); in getLayerCreatedState()