Home
last modified time | relevance | path

Searched defs:Hasher (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h124 struct Hasher { struct
125 size_t operator()(const TimelineStatsKey& key) const { in operator()
142 struct Hasher { struct
161 std::unordered_map<LayerStatsKey, TimeStatsLayer, LayerStatsKey::Hasher> stats;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFECompositionState.h59 struct Hasher { struct
60 size_t operator()(const GenericLayerMetadataEntry& entry) const { in operator()
/frameworks/minikin/include/minikin/
DHasher.h31 Hasher() : mHash(0u) {} in Hasher() function