Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.h581 struct GetRankedFrameRatesCache { struct
588 bool matches(const GetRankedFrameRatesCache& other) const { in matches() argument
593 mutable std::optional<GetRankedFrameRatesCache> mGetRankedFrameRatesCache GUARDED_BY(mLock);
DRefreshRateSelector.cpp479 GetRankedFrameRatesCache cache{layers, signals, pacesetterFps}; in getRankedFrameRates()
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectorTest.cpp102 using RefreshRateSelector::GetRankedFrameRatesCache;