Home
last modified time | relevance | path

Searched refs:LayerStatsKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h137 struct LayerStatsKey { struct
143 size_t operator()(const LayerStatsKey& key) const { in operator() argument
151 bool operator==(const LayerStatsKey& o) const {
161 std::unordered_map<LayerStatsKey, TimeStatsLayer, LayerStatsKey::Hasher> stats;
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp484 TimeStatsHelper::LayerStatsKey layerKey = {uid, layerName, gameMode}; in flushAvailableRecordsToStatsLocked()
843 TimeStatsHelper::LayerStatsKey layerKey = {info.uid, info.layerName, info.gameMode}; in incrementJankyFrames()