Home
last modified time | relevance | path

Searched refs:setInitialValuesForClone (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DContainerLayer.cpp41 layer->setInitialValuesForClone(this); in createClone()
H A DEffectLayer.cpp141 layer->setInitialValuesForClone(this); in createClone()
H A DBufferLayer.h163 void setInitialValuesForClone(const sp<Layer>& clonedFrom);
H A DBufferLayer.cpp801 void BufferLayer::setInitialValuesForClone(const sp<Layer>& clonedFrom) { in setInitialValuesForClone() function in android::BufferLayer
802 Layer::setInitialValuesForClone(clonedFrom); in setInitialValuesForClone()
H A DBufferQueueLayer.cpp567 layer->setInitialValuesForClone(this); in createClone()
H A DLayer.h915 virtual void setInitialValuesForClone(const sp<Layer>& clonedFrom);
H A DBufferStateLayer.cpp927 layer->setInitialValuesForClone(this); in createClone()
H A DLayer.cpp2489 void Layer::setInitialValuesForClone(const sp<Layer>& clonedFrom) { in setInitialValuesForClone() function in android::Layer