Searched defs:LayerSnapshot (Results 1 – 3 of 3) sorted by relevance
51 struct LayerSnapshot : public compositionengine::LayerFECompositionState { struct55 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 …]
44 LayerSnapshot::LayerSnapshot(const RequestedLayerState& state, in LayerSnapshot() function in android::surfaceflinger::frontend::LayerSnapshot
8313 std::function<bool(const frontend::LayerSnapshot&, bool& outStopTraversal)> in getLayerSnapshotsForScreenshots()