Lines Matching refs:LayerInfo
41 bool LayerInfo::sTraceEnabled = false;
43 LayerInfo::LayerInfo(const std::string& name, uid_t ownerUid, in LayerInfo() function in android::scheduler::LayerInfo
54 void LayerInfo::setLastPresentTime(nsecs_t lastPresentTime, nsecs_t now, LayerUpdateType updateType, in setLastPresentTime()
83 void LayerInfo::setProperties(const android::scheduler::LayerProps& properties) { in setProperties()
87 bool LayerInfo::isFrameTimeValid(const FrameTimeData& frameTime) const { in isFrameTimeValid()
93 LayerInfo::Frequent LayerInfo::isFrequent(nsecs_t now) const { in isFrequent()
158 Fps LayerInfo::getFps(nsecs_t now) const { in getFps()
177 bool LayerInfo::isAnimating(nsecs_t now) const { in isAnimating()
181 bool LayerInfo::hasEnoughDataForHeuristic() const { in hasEnoughDataForHeuristic()
203 std::optional<nsecs_t> LayerInfo::calculateAverageFrameTime() const { in calculateAverageFrameTime()
273 std::optional<Fps> LayerInfo::calculateRefreshRateIfPossible(const RefreshRateSelector& selector, in calculateRefreshRateIfPossible()
308 LayerInfo::RefreshRateVotes LayerInfo::getRefreshRateVote(const RefreshRateSelector& selector, in getRefreshRateVote()
311 LayerInfo::RefreshRateVotes votes; in getRefreshRateVote()
354 const LayerInfo::Frequent frequent = isFrequent(now); in getRefreshRateVote()
395 const char* LayerInfo::getTraceTag(LayerHistory::LayerVoteType type) const { in getTraceTag()
404 LayerInfo::FrameRate LayerInfo::getSetFrameRateVote() const { in getSetFrameRateVote()
408 bool LayerInfo::isVisible() const { in isVisible()
412 int32_t LayerInfo::getFrameRateSelectionPriority() const { in getFrameRateSelectionPriority()
416 bool LayerInfo::isFrontBuffered() const { in isFrontBuffered()
420 FloatRect LayerInfo::getBounds() const { in getBounds()
424 ui::Transform LayerInfo::getTransform() const { in getTransform()
428 LayerInfo::RefreshRateHistory::HeuristicTraceTagData
429 LayerInfo::RefreshRateHistory::makeHeuristicTraceTagData() const { in makeHeuristicTraceTagData()
438 void LayerInfo::RefreshRateHistory::clear() { in clear()
442 Fps LayerInfo::RefreshRateHistory::add(Fps refreshRate, nsecs_t now, in add()
461 Fps LayerInfo::RefreshRateHistory::selectRefreshRate(const RefreshRateSelector& selector) const { in selectRefreshRate()
497 FrameRateCompatibility LayerInfo::FrameRate::convertCompatibility(int8_t compatibility) { in convertCompatibility()
517 Seamlessness LayerInfo::FrameRate::convertChangeFrameRateStrategy(int8_t strategy) { in convertChangeFrameRateStrategy()
529 FrameRateCategory LayerInfo::FrameRate::convertCategory(int8_t category) { in convertCategory()
549 LayerInfo::FrameRateSelectionStrategy LayerInfo::convertFrameRateSelectionStrategy( in convertFrameRateSelectionStrategy()
564 bool LayerInfo::FrameRate::isNoVote() const { in isNoVote()
568 bool LayerInfo::FrameRate::isValuelessType() const { in isValuelessType()
585 bool LayerInfo::FrameRate::isValid() const { in isValid()
589 bool LayerInfo::FrameRate::isVoteValidForMrr(bool isVrrDevice) const { in isVoteValidForMrr()
601 std::ostream& operator<<(std::ostream& stream, const LayerInfo::FrameRate& rate) { in operator <<()