Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshot.h51 struct LayerSnapshot : public compositionengine::LayerFECompositionState { struct
55 LayerHierarchy::TraversalPath path;
57 bool invalidTransform = false;
58 bool isHiddenByPolicyFromParent = false;
59 bool isHiddenByPolicyFromRelativeParent = false;
60 ftl::Flags<RequestedLayerState::Changes> changes;
61 uint64_t clientChanges = 0;
65 uint32_t uniqueSequence;
68 int32_t sequence;
69 std::string name;
[all …]
DLayerSnapshot.cpp44 LayerSnapshot::LayerSnapshot(const RequestedLayerState& state, in LayerSnapshot() function in android::surfaceflinger::frontend::LayerSnapshot
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp8313 std::function<bool(const frontend::LayerSnapshot&, bool& outStopTraversal)> in getLayerSnapshotsForScreenshots()