Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp468 TimeStatsHelper::TimelineStatsKey timelineKey = {refreshRateBucket, renderRateBucket}; in flushAvailableRecordsToStatsLocked() local
469 if (!mTimeStats.stats.count(timelineKey)) { in flushAvailableRecordsToStatsLocked()
470 mTimeStats.stats[timelineKey].key = timelineKey; in flushAvailableRecordsToStatsLocked()
473 TimeStatsHelper::TimelineStats& displayStats = mTimeStats.stats[timelineKey]; in flushAvailableRecordsToStatsLocked()
830 const TimeStatsHelper::TimelineStatsKey timelineKey = {refreshRateBucket, renderRateBucket}; in incrementJankyFrames() local
832 if (!mTimeStats.stats.count(timelineKey)) { in incrementJankyFrames()
833 mTimeStats.stats[timelineKey].key = timelineKey; in incrementJankyFrames()
836 TimeStatsHelper::TimelineStats& timelineStats = mTimeStats.stats[timelineKey]; in incrementJankyFrames()