Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h593 void addToCurrentState();
DLayer.cpp211 void Layer::addToCurrentState() { in addToCurrentState() function in android::Layer
215 child->addToCurrentState(); in addToCurrentState()
1529 addToCurrentState(); in reparent()
DSurfaceFlinger.h620 bool addToCurrentState);
DSurfaceFlinger.cpp3510 const sp<Layer>& parentLayer, bool addToCurrentState) { in addClientLayer() argument
3532 if (parent == nullptr && addToCurrentState) { in addClientLayer()
4240 bool addToCurrentState = callingThreadHasUnscopedSurfaceFlingerAccess(); in createLayer() local
4242 addToCurrentState); in createLayer()