Home
last modified time | relevance | path

Searched refs:getCurrentConfigs (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DFakeVsyncConfiguration.h29 VsyncConfigSet getConfigsForRefreshRate(Fps) const override { return getCurrentConfigs(); } in getConfigsForRefreshRate()
31 VsyncConfigSet getCurrentConfigs() const override { in getCurrentConfigs() function
DVsyncConfigurationTest.cpp60 auto currentOffsets = mWorkDuration.getCurrentConfigs(); in TEST_F()
85 auto currentOffsets = mWorkDuration.getCurrentConfigs(); in TEST_F()
135 auto currentOffsets = phaseOffsetsWithDefaultValues.getCurrentConfigs(); in TEST_F()
168 EXPECT_EQ(mWorkDuration.getCurrentConfigs().hwcMinWorkDuration, 1234ns); in TEST_F()
319 EXPECT_EQ(phaseOffsets.getCurrentConfigs().hwcMinWorkDuration, 1234ns); in TEST_F()
DTestableSurfaceFlinger.h250 mFlinger->mVsyncConfiguration->getCurrentConfigs());
/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncConfiguration.h43 virtual VsyncConfigSet getCurrentConfigs() const = 0;
66 VsyncConfigSet getCurrentConfigs() const override EXCLUDES(mLock) { in getCurrentConfigs() function
DVsyncConfiguration.cpp60 const auto [early, earlyGpu, late, hwcMinWorkDuration] = getCurrentConfigs(); in dump()
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_fuzzers_utils.h197 VsyncConfigSet getConfigsForRefreshRate(Fps) const override { return getCurrentConfigs(); } in getConfigsForRefreshRate()
199 VsyncConfigSet getCurrentConfigs() const override { in getCurrentConfigs() function
695 mFlinger->mVsyncConfiguration->getCurrentConfigs());
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2233 const auto hwcMinWorkDuration = mVsyncConfiguration->getCurrentConfigs().hwcMinWorkDuration; in composite()
2353 nsecs_t idealLatency = (mVsyncConfiguration->getCurrentConfigs().late.sfOffset > 0) in setCompositorTimingSnapped()
2355 (mVsyncConfiguration->getCurrentConfigs().late.sfOffset % vsyncPeriod)) in setCompositorTimingSnapped()
2356 : ((-mVsyncConfiguration->getCurrentConfigs().late.sfOffset) % vsyncPeriod); in setCompositorTimingSnapped()
3412 mVsyncModulator = sp<VsyncModulator>::make(mVsyncConfiguration->getCurrentConfigs()); in initScheduler()
3443 const auto configs = mVsyncConfiguration->getCurrentConfigs(); in initScheduler()
3476 setVsyncConfig(mVsyncModulator->setVsyncConfigSet(mVsyncConfiguration->getCurrentConfigs()), in updatePhaseConfiguration()