Home
last modified time | relevance | path

Searched refs:setFrameRateVote (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.h134 FrameRate setFrameRateVote; member
166 FrameRate getSetFrameRateVote() const { return mLayerProps.setFrameRateVote; } in getSetFrameRateVote()
H A DLayerHistory.cpp127 .setFrameRateVote = layer->getFrameRateForLayerTree(), in record()
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.cpp77 const TimeStats::SetFrameRateVote& setFrameRateVote) { in frameRateVoteToProto() argument
83 proto.set_frame_rate(setFrameRateVote.frameRate); in frameRateVoteToProto()
85 static_cast<FrameRateCompatibilityEnum>(setFrameRateVote.frameRateCompatibility)); in frameRateVoteToProto()
86 proto.set_seamlessness(static_cast<SeamlessnessEnum>(setFrameRateVote.seamlessness)); in frameRateVoteToProto()
220 *atom->mutable_set_frame_rate_vote() = frameRateVoteToProto(layer->setFrameRateVote); in populateLayerAtom()
493 displayStats.stats[layerKey].setFrameRateVote = frameRateVote; in flushAvailableRecordsToStatsLocked()
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
H A DTimeStatsHelper.h105 SetFrameRateVote setFrameRateVote; variable
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
H A DTimeStatsHelper.cpp154 result.append(setFrameRateVote.toString()); in toString()