Home
last modified time | relevance | path

Searched refs:DisplayPresentStatistics (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libvrr/Statistics/
DVariableRefreshRateStatistic.h138 typedef std::map<DisplayPresentProfile, DisplayPresentRecord> DisplayPresentStatistics; typedef
146 virtual DisplayPresentStatistics getStatistics() = 0;
148 virtual DisplayPresentStatistics getUpdatedStatistics() = 0;
163 DisplayPresentStatistics getStatistics() override;
165 DisplayPresentStatistics getUpdatedStatistics() override;
208 DisplayPresentStatistics mStatistics;
DVariableRefreshRateStatistic.cpp68 DisplayPresentStatistics VariableRefreshRateStatistic::getStatistics() { in getStatistics()
74 DisplayPresentStatistics VariableRefreshRateStatistic::getUpdatedStatistics() { in getUpdatedStatistics()
77 DisplayPresentStatistics updatedStatistics; in getUpdatedStatistics()
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyProvider.h74 DisplayPresentStatistics mStatistics;