Searched refs:SetFrameRateVote (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/ |
H A D | TimeStats.h | 42 using SetFrameRateVote = TimeStatsHelper::SetFrameRateVote; 104 SetFrameRateVote frameRateVote, int32_t gameMode) = 0; 108 SetFrameRateVote frameRateVote, int32_t gameMode) = 0; 258 SetFrameRateVote frameRateVote, int32_t gameMode) override; 261 std::optional<Fps> renderRate, SetFrameRateVote frameRateVote, 284 SetFrameRateVote frameRateVote, int32_t gameMode);
|
H A D | TimeStats.cpp | 77 const TimeStats::SetFrameRateVote& setFrameRateVote) { in frameRateVoteToProto() 79 SurfaceflingerStatsLayerInfo::SetFrameRateVote::FrameRateCompatibility; in frameRateVoteToProto() 80 using SeamlessnessEnum = SurfaceflingerStatsLayerInfo::SetFrameRateVote::Seamlessness; in frameRateVoteToProto() 456 SetFrameRateVote frameRateVote, in flushAvailableRecordsToStatsLocked() 721 SetFrameRateVote frameRateVote, int32_t gameMode) { in setPresentTime() 747 SetFrameRateVote frameRateVote, int32_t gameMode) { in setPresentFence()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
H A D | MockTimeStats.h | 52 void(int32_t, uint64_t, nsecs_t, Fps, std::optional<Fps>, SetFrameRateVote, 56 SetFrameRateVote, int32_t));
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | TimeStatsTest.cpp | 150 TimeStats::SetFrameRateVote frameRateVote, int32_t gameMode); 156 nsecs_t ts, TimeStats::SetFrameRateVote frameRateVote = {}, in insertTimeRecord() 380 const auto frameRate60 = TimeStats::SetFrameRateVote{ in TEST_F() 383 .seamlessness = TimeStats::SetFrameRateVote::Seamlessness::ShouldBeSeamless, in TEST_F() 385 const auto frameRate90 = TimeStats::SetFrameRateVote{ in TEST_F() 389 .seamlessness = TimeStats::SetFrameRateVote::Seamlessness::NotRequired, in TEST_F() 425 const auto frameRate90 = TimeStats::SetFrameRateVote{ in TEST_F() 429 .seamlessness = TimeStats::SetFrameRateVote::Seamlessness::NotRequired, in TEST_F() 431 const auto frameRateDefault = TimeStats::SetFrameRateVote{ in TEST_F() 1181 const auto frameRate60 = TimeStats::SetFrameRateVote{ in TEST_F() [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/ |
H A D | TimeStatsHelper.h | 58 struct SetFrameRateVote { struct 105 SetFrameRateVote setFrameRateVote;
|
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
H A D | TimeStatsHelper.cpp | 94 std::string TimeStatsHelper::SetFrameRateVote::toString(FrameRateCompatibility compatibility) { in toString() 105 std::string TimeStatsHelper::SetFrameRateVote::toString(Seamlessness seamlessness) { in toString() 116 std::string TimeStatsHelper::SetFrameRateVote::toString() const { in toString()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | BufferLayer.cpp | 346 TimeStats::SetFrameRateVote frameRateToSetFrameRateVotePayload(Layer::FrameRate frameRate) { in frameRateToSetFrameRateVotePayload() 347 using FrameRateCompatibility = TimeStats::SetFrameRateVote::FrameRateCompatibility; in frameRateToSetFrameRateVotePayload() 348 using Seamlessness = TimeStats::SetFrameRateVote::Seamlessness; in frameRateToSetFrameRateVotePayload() 371 return TimeStats::SetFrameRateVote{.frameRate = frameRate.rate.getValue(), in frameRateToSetFrameRateVotePayload()
|
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/ |
H A D | timestats_atoms.proto | 260 message SetFrameRateVote { message 285 optional SetFrameRateVote set_frame_rate_vote = 24;
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 11950 message SetFrameRateVote { message 11975 optional SetFrameRateVote set_frame_rate_vote = 24
|