Home
last modified time | relevance | path

Searched refs:addToCurrentState (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DLayer.cpp210 void Layer::addToCurrentState() { in addToCurrentState() function in android::Layer
214 child->addToCurrentState(); in addToCurrentState()
1529 addToCurrentState(); in reparent()
DLayer.h602 void addToCurrentState();
DSurfaceFlinger.h637 bool addToCurrentState);
DSurfaceFlinger.cpp3584 const sp<Layer>& parentLayer, bool addToCurrentState) { in addClientLayer() argument
3606 if (parent == nullptr && addToCurrentState) { in addClientLayer()
4324 bool addToCurrentState = callingThreadHasUnscopedSurfaceFlingerAccess(); in createLayer() local
4326 addToCurrentState); in createLayer()