Lines Matching refs:frontend
75 const frontend::RequestedLayerState& requestedState,
76 const frontend::LayerSnapshot& snapshot, uint32_t traceFlags);
78 writeDisplayInfoToProto(const frontend::DisplayInfos&);
83 LayerProtoFromSnapshotGenerator(const frontend::LayerSnapshotBuilder& snapshotBuilder, in LayerProtoFromSnapshotGenerator()
84 const frontend::DisplayInfos& displayInfos, in LayerProtoFromSnapshotGenerator()
91 perfetto::protos::LayersProto generate(const frontend::LayerHierarchy& root);
94 void writeHierarchyToProto(const frontend::LayerHierarchy& root,
95 frontend::LayerHierarchy::TraversalPath& path);
96 frontend::LayerSnapshot* getSnapshot(frontend::LayerHierarchy::TraversalPath& path,
97 const frontend::RequestedLayerState& layer);
99 const frontend::LayerSnapshotBuilder& mSnapshotBuilder;
101 const frontend::DisplayInfos& mDisplayInfos;
105 std::unordered_map<frontend::LayerHierarchy::TraversalPath, frontend::LayerSnapshot,
106 frontend::LayerHierarchy::TraversalPathHash>