Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h992 void addChildToDrawing(const sp<Layer>&);
DLayer.cpp2668 addChildToDrawing(mClonedChild); in updateMirrorInfo()
2723 addChildToDrawing(clonedChild); in updateClonedChildren()
2780 void Layer::addChildToDrawing(const sp<Layer>& layer) { in addChildToDrawing() function in android::Layer