Home
last modified time | relevance | path

Searched refs:GenericLayerMetadataEntry (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFECompositionState.h54 struct GenericLayerMetadataEntry { struct
65 size_t operator()(const GenericLayerMetadataEntry& entry) const { in operator() argument
75 inline bool operator==(const GenericLayerMetadataEntry& lhs, const GenericLayerMetadataEntry& rhs) {
80 inline void PrintTo(const GenericLayerMetadataEntry& v, ::std::ostream* os) { in PrintTo()
84 using GenericLayerMetadataMap = std::unordered_map<std::string, GenericLayerMetadataEntry>;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DLayerFECompositionState.cpp35 std::string GenericLayerMetadataEntry::dumpAsString() const { in dumpAsString()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DLayerStateTest.cpp63 const GenericLayerMetadataEntry sMetadataValueOne = GenericLayerMetadataEntry{
66 const GenericLayerMetadataEntry sMetadataValueTwo = GenericLayerMetadataEntry{
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DLayerState.h358 GenericLayerMetadataEntry::Hasher{}(
/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp315 compositionengine::GenericLayerMetadataEntry{mandatory, in updateMetadata()
/frameworks/native/services/surfaceflinger/
DLayer.cpp630 compositionengine::GenericLayerMetadataEntry{mandatory, in prepareGeometryCompositionState()