Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h356 void updateLayerSnapshot(std::unique_ptr<frontend::LayerSnapshot> snapshot);
DLayer.cpp3976 void Layer::updateLayerSnapshot(std::unique_ptr<frontend::LayerSnapshot> snapshot) { in updateLayerSnapshot() function in android::Layer
DSurfaceFlinger.cpp9365 layer->updateLayerSnapshot(std::move(layerFE->mSnapshot)); in moveSnapshotsFromCompositionArgs()