Searched refs:timelineKey (Results 1 – 1 of 1) sorted by relevance
468 TimeStatsHelper::TimelineStatsKey timelineKey = {refreshRateBucket, renderRateBucket}; in flushAvailableRecordsToStatsLocked() local469 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() local832 if (!mTimeStats.stats.count(timelineKey)) { in incrementJankyFrames()833 mTimeStats.stats[timelineKey].key = timelineKey; in incrementJankyFrames()836 TimeStatsHelper::TimelineStats& timelineStats = mTimeStats.stats[timelineKey]; in incrementJankyFrames()