Searched defs:LayerImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.cpp51 class LayerImpl { class in namespace:__anon1885
53 LayerImpl() = default;
62 // LayerImpl sufficient to re-create the pixels of a layer for the
210 auto newLayer = std::make_unique<LayerImpl>();
387 const LayerImpl& layerImpl = *mLayers[layer];
412 LayerImpl& l = getLayerImpl(layer);
525 LayerImpl& FakeComposerClient::getLayerImpl(Layer handle) {
583 for (const std::unique_ptr<LayerImpl>& layer : mLayers) {

Completed in 114 milliseconds