Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/Statistics/
DVariableRefreshRateStatistic.h148 virtual DisplayPresentStatistics getUpdatedStatistics() = 0;
165 DisplayPresentStatistics getUpdatedStatistics() override;
DVariableRefreshRateStatistic.cpp74 DisplayPresentStatistics VariableRefreshRateStatistic::getUpdatedStatistics() { in getUpdatedStatistics() function in android::hardware::graphics::composer::VariableRefreshRateStatistic
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyProvider.cpp81 auto mUpdatedStatistics = mStatisticsProvider->getUpdatedStatistics(); in mapStatistics()