Home
last modified time | relevance | path

Searched refs:FpsApproxEqual (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateStats.h162 ftl::SmallMap<Fps, std::chrono::milliseconds, 2, FpsApproxEqual> mFpsTotalTimes;
DVsyncConfiguration.h90 mutable ftl::SmallMap<Fps, VsyncConfigSet, 2, FpsApproxEqual> mOffsetsCache GUARDED_BY(mLock);
DRefreshRateSelector.h531 ftl::SmallMap<Fps, ftl::Unit, 8, FpsApproxEqual> mAppOverrideNativeRefreshRates;
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFps.h189 struct FpsApproxEqual { struct