Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp293 auto it = mChildToRelativeParent.find(layerProto->id()); in generate()
294 if (it == mChildToRelativeParent.end()) { in generate()
308 mChildToRelativeParent.clear(); in generate()
341 mChildToRelativeParent[childSnapshot->uniqueSequence] = snapshot->uniqueSequence; in writeHierarchyToProto()
DLayerProtoHelper.h109 mChildToRelativeParent; variable