Searched refs:SetFrameRateVote (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/TimeStats/ |
D | TimeStats.h | 45 using SetFrameRateVote = TimeStatsHelper::SetFrameRateVote; 98 SetFrameRateVote frameRateVote, GameMode) = 0; 102 SetFrameRateVote frameRateVote, GameMode) = 0; 269 Fps displayRefreshRate, std::optional<Fps> renderRate, SetFrameRateVote, 273 std::optional<Fps> renderRate, SetFrameRateVote, GameMode) override; 296 std::optional<Fps> renderRate, SetFrameRateVote,
|
D | TimeStats.cpp | 80 const TimeStats::SetFrameRateVote& setFrameRateVote) { in frameRateVoteToProto() 82 SurfaceflingerStatsLayerInfo::SetFrameRateVote::FrameRateCompatibility; in frameRateVoteToProto() 83 using SeamlessnessEnum = SurfaceflingerStatsLayerInfo::SetFrameRateVote::Seamlessness; in frameRateVoteToProto() 446 SetFrameRateVote frameRateVote, in flushAvailableRecordsToStatsLocked() 718 SetFrameRateVote frameRateVote, GameMode gameMode) { in setPresentTime() 744 SetFrameRateVote frameRateVote, GameMode gameMode) { in setPresentFence()
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockTimeStats.h | 49 (int32_t, uint64_t, nsecs_t, Fps, std::optional<Fps>, SetFrameRateVote, GameMode), 53 SetFrameRateVote, GameMode),
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/ |
D | TimeStatsHelper.h | 62 struct SetFrameRateVote { struct 99 SetFrameRateVote setFrameRateVote; argument
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TimeStatsTest.cpp | 151 TimeStats::SetFrameRateVote, GameMode); 157 nsecs_t ts, TimeStats::SetFrameRateVote frameRateVote = {}, in insertTimeRecord() 209 TimeStats::SetFrameRateVote frameRateVote, GameMode gameMode) { in setTimeStamp() 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() [all …]
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | TimeStatsHelper.cpp | 95 std::string TimeStatsHelper::SetFrameRateVote::toString() const { in toString()
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
D | timestats_atoms.proto | 261 message SetFrameRateVote { message 286 optional SetFrameRateVote set_frame_rate_vote = 24;
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 105 TimeStats::SetFrameRateVote frameRateToSetFrameRateVotePayload(Layer::FrameRate frameRate) { in frameRateToSetFrameRateVotePayload() 106 using FrameRateCompatibility = TimeStats::SetFrameRateVote::FrameRateCompatibility; in frameRateToSetFrameRateVotePayload() 107 using Seamlessness = TimeStats::SetFrameRateVote::Seamlessness; in frameRateToSetFrameRateVotePayload() 130 return TimeStats::SetFrameRateVote{.frameRate = frameRate.vote.rate.getValue(), in frameRateToSetFrameRateVotePayload()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 14279 message SetFrameRateVote { message 14304 optional SetFrameRateVote set_frame_rate_vote = 24
|