Home
last modified time | relevance | path

Searched defs:isClone (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerHierarchy.h96 bool isClone() const { return mirrorRootId != UNASSIGNED_LAYER_ID; } in isClone() function
DLayerSnapshotBuilder.cpp485 const bool isClone = traversalPath.isClone(); in updateSnapshots() local
/frameworks/native/services/surfaceflinger/
DLayer.h897 bool isClone() { return mClonedFrom != nullptr; } in isClone() function