Lines Matching refs:TimeStats
151 TimeStats::SetFrameRateVote, GameMode);
157 nsecs_t ts, TimeStats::SetFrameRateVote frameRateVote = {}, in insertTimeRecord()
165 std::unique_ptr<TimeStats> mTimeStats =
166 std::make_unique<impl::TimeStats>(std::nullopt, std::nullopt);
209 TimeStats::SetFrameRateVote frameRateVote, GameMode gameMode) { in setTimeStamp()
274 TimeStats::ClientCompositionRecord record; in TEST_F()
300 mTimeStats->incrementLatchSkipped(LAYER_ID_0, TimeStats::LatchSkipReason::LateAcquire); in TEST_F()
384 const auto frameRate60 = TimeStats::SetFrameRateVote{ in TEST_F()
386 .frameRateCompatibility = TimeStats::SetFrameRateVote::FrameRateCompatibility::Default, in TEST_F()
387 .seamlessness = TimeStats::SetFrameRateVote::Seamlessness::ShouldBeSeamless, in TEST_F()
389 const auto frameRate90 = TimeStats::SetFrameRateVote{ in TEST_F()
392 TimeStats::SetFrameRateVote::FrameRateCompatibility::ExactOrMultiple, in TEST_F()
393 .seamlessness = TimeStats::SetFrameRateVote::Seamlessness::NotRequired, in TEST_F()
429 const auto frameRate90 = TimeStats::SetFrameRateVote{ in TEST_F()
432 TimeStats::SetFrameRateVote::FrameRateCompatibility::ExactOrMultiple, in TEST_F()
433 .seamlessness = TimeStats::SetFrameRateVote::Seamlessness::NotRequired, in TEST_F()
435 const auto frameRateDefault = TimeStats::SetFrameRateVote{ in TEST_F()
437 .frameRateCompatibility = TimeStats::SetFrameRateVote::FrameRateCompatibility::Default, in TEST_F()
438 .seamlessness = TimeStats::SetFrameRateVote::Seamlessness::ShouldBeSeamless, in TEST_F()
478 TimeStats::ClientCompositionRecord record; in TEST_F()
863 for (size_t i = 0; i < impl::TimeStats::MAX_NUM_TIME_RECORDS + 2; i++) { in TEST_F()
1094 TimeStats::ClientCompositionRecord record; in TEST_F()
1234 mTimeStats->incrementLatchSkipped(LAYER_ID_0, TimeStats::LatchSkipReason::LateAcquire); in TEST_F()
1239 const auto frameRate60 = TimeStats::SetFrameRateVote{ in TEST_F()
1242 TimeStats::SetFrameRateVote::FrameRateCompatibility::ExactOrMultiple, in TEST_F()
1243 .seamlessness = TimeStats::SetFrameRateVote::Seamlessness::NotRequired, in TEST_F()
1357 mTimeStats->incrementLatchSkipped(LAYER_ID_0, TimeStats::LatchSkipReason::LateAcquire); in TEST_F()
1501 mTimeStats = std::make_unique<impl::TimeStats>(std::nullopt, 1); in TEST_F()
1522 mTimeStats = std::make_unique<impl::TimeStats>(1, std::nullopt); in TEST_F()