Home
last modified time | relevance | path

Searched refs:getConfigsForRefreshRate (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVsyncConfigurationTest.cpp61 auto offsets = mWorkDuration.getConfigsForRefreshRate(Fps(60.0f)); in TEST_F()
86 auto offsets = mWorkDuration.getConfigsForRefreshRate(Fps(90.0f)); in TEST_F()
136 auto offsets = phaseOffsetsWithDefaultValues.getConfigsForRefreshRate(refreshRate); in TEST_F()
146 auto offsets = mWorkDuration.getConfigsForRefreshRate(Fps(14.7f)); in TEST_F()
204 auto offsets = mPhaseOffsets.getConfigsForRefreshRate(Fps(14.7f)); in TEST_F()
226 auto offsets = mPhaseOffsets.getConfigsForRefreshRate(Fps(60.0f)); in TEST_F()
248 auto offsets = mPhaseOffsets.getConfigsForRefreshRate(Fps(90.0f)); in TEST_F()
272 auto offsets = phaseOffsets.getConfigsForRefreshRate(Fps(60.0f)); in TEST_F()
296 auto offsets = phaseOffsets.getConfigsForRefreshRate(Fps(90.0f)); in TEST_F()
H A DFakeVsyncConfiguration.h29 VsyncConfigSet getConfigsForRefreshRate(Fps) const override { return getCurrentConfigs(); } in getConfigsForRefreshRate() function
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVsyncConfiguration.h43 virtual VsyncConfigSet getConfigsForRefreshRate(Fps fps) const = 0;
62 VsyncConfigSet getConfigsForRefreshRate(Fps fps) const override EXCLUDES(mLock);
H A DVsyncConfiguration.cpp45 PhaseOffsets::VsyncConfigSet VsyncConfiguration::getConfigsForRefreshRate(Fps fps) const { in getConfigsForRefreshRate() function in android::scheduler::impl::VsyncConfiguration
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1049 mVsyncConfiguration->getConfigsForRefreshRate(Fps(outMode.refreshRate)); in getDynamicDisplayInfo()
6929 const auto vsyncConfig = mVsyncConfiguration->getConfigsForRefreshRate(refreshRate).late; in getMaxAcquiredBufferCountForRefreshRate()