Searched refs:getCurrentConfigs (Results 1 – 7 of 7) sorted by relevance
29 VsyncConfigSet getConfigsForRefreshRate(Fps) const override { return getCurrentConfigs(); } in getConfigsForRefreshRate()31 VsyncConfigSet getCurrentConfigs() const override { in getCurrentConfigs() function
60 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()
250 mFlinger->mVsyncConfiguration->getCurrentConfigs());
43 virtual VsyncConfigSet getCurrentConfigs() const = 0;66 VsyncConfigSet getCurrentConfigs() const override EXCLUDES(mLock) { in getCurrentConfigs() function
60 const auto [early, earlyGpu, late, hwcMinWorkDuration] = getCurrentConfigs(); in dump()
197 VsyncConfigSet getConfigsForRefreshRate(Fps) const override { return getCurrentConfigs(); } in getConfigsForRefreshRate()199 VsyncConfigSet getCurrentConfigs() const override { in getCurrentConfigs() function695 mFlinger->mVsyncConfiguration->getCurrentConfigs());
2233 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()