Searched refs:timelineKey (Results 1 – 1 of 1) sorted by relevance
477 TimeStatsHelper::TimelineStatsKey timelineKey = {refreshRateBucket, renderRateBucket}; in flushAvailableRecordsToStatsLocked() local478 if (!mTimeStats.stats.count(timelineKey)) { in flushAvailableRecordsToStatsLocked()479 mTimeStats.stats[timelineKey].key = timelineKey; in flushAvailableRecordsToStatsLocked()482 TimeStatsHelper::TimelineStats& displayStats = mTimeStats.stats[timelineKey]; in flushAvailableRecordsToStatsLocked()833 const TimeStatsHelper::TimelineStatsKey timelineKey = {refreshRateBucket, renderRateBucket}; in incrementJankyFrames() local835 if (!mTimeStats.stats.count(timelineKey)) { in incrementJankyFrames()836 mTimeStats.stats[timelineKey].key = timelineKey; in incrementJankyFrames()839 TimeStatsHelper::TimelineStats& timelineStats = mTimeStats.stats[timelineKey]; in incrementJankyFrames()