Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFECompositionState.h49 struct GenericLayerMetadataEntry { struct
60 size_t operator()(const GenericLayerMetadataEntry& entry) const { in operator() argument
70 inline bool operator==(const GenericLayerMetadataEntry& lhs, const GenericLayerMetadataEntry& rhs) {
75 inline void PrintTo(const GenericLayerMetadataEntry& v, ::std::ostream* os) { in PrintTo()
79 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.cpp55 const GenericLayerMetadataEntry sMetadataValueOne = GenericLayerMetadataEntry{
58 const GenericLayerMetadataEntry sMetadataValueTwo = GenericLayerMetadataEntry{
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DLayerState.h337 GenericLayerMetadataEntry::Hasher{}(
/frameworks/native/services/surfaceflinger/
DLayer.cpp471 .emplace(key, compositionengine::GenericLayerMetadataEntry{mandatory, it->second}); in prepareGeometryCompositionState()