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.h130 struct LayerStatsKey { struct
136 size_t operator()(const LayerStatsKey& key) const { in operator() argument
145 bool operator==(const LayerStatsKey& o) const {
155 std::unordered_map<LayerStatsKey, TimeStatsLayer, LayerStatsKey::Hasher> stats;
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp475 TimeStatsHelper::LayerStatsKey layerKey = {uid, layerName, gameMode}; in flushAvailableRecordsToStatsLocked()
840 TimeStatsHelper::LayerStatsKey layerKey = {info.uid, info.layerName, info.gameMode}; in incrementJankyFrames()