Home
last modified time | relevance | path

Searched refs:SetFrameRateVote (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.h42 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 DTimeStats.cpp77 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 DMockTimeStats.h52 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 DTimeStatsTest.cpp150 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 DTimeStatsHelper.h58 struct SetFrameRateVote { struct
105 SetFrameRateVote setFrameRateVote;
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
H A DTimeStatsHelper.cpp94 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 DBufferLayer.cpp346 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 Dtimestats_atoms.proto260 message SetFrameRateVote { message
285 optional SetFrameRateVote set_frame_rate_vote = 24;
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto11950 message SetFrameRateVote { message
11975 optional SetFrameRateVote set_frame_rate_vote = 24