Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/Statistics/
DVariableRefreshRateStatistic.h113 typedef struct DisplayPresentRecord { struct
114 DisplayPresentRecord() = default;
115 DisplayPresentRecord& operator+=(const DisplayPresentRecord& other) {
134 } DisplayPresentRecord; argument
138 typedef std::map<DisplayPresentProfile, DisplayPresentRecord> DisplayPresentStatistics;
DVariableRefreshRateStatistic.cpp47 mStatistics[mDisplayPresentProfile] = DisplayPresentRecord(); in VariableRefreshRateStatistic()
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyProvider.h76 typedef std::map<PowerStatsPresentProfile, DisplayPresentRecord> PowerStatsPresentStatistics;