Lines Matching refs:frontend
67 const frontend::RequestedLayerState& requestedState,
68 const frontend::LayerSnapshot& snapshot, uint32_t traceFlags);
70 const frontend::DisplayInfos&);
75 LayerProtoFromSnapshotGenerator(const frontend::LayerSnapshotBuilder& snapshotBuilder, in LayerProtoFromSnapshotGenerator()
76 const frontend::DisplayInfos& displayInfos, in LayerProtoFromSnapshotGenerator()
83 LayersProto generate(const frontend::LayerHierarchy& root);
86 void writeHierarchyToProto(const frontend::LayerHierarchy& root,
87 frontend::LayerHierarchy::TraversalPath& path);
88 frontend::LayerSnapshot* getSnapshot(frontend::LayerHierarchy::TraversalPath& path,
89 const frontend::RequestedLayerState& layer);
91 const frontend::LayerSnapshotBuilder& mSnapshotBuilder;
93 const frontend::DisplayInfos& mDisplayInfos;
97 std::unordered_map<frontend::LayerHierarchy::TraversalPath, frontend::LayerSnapshot,
98 frontend::LayerHierarchy::TraversalPathHash>