Searched refs:getCurrentConfigs (Results 1 – 6 of 6) 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()320 EXPECT_EQ(phaseOffsets.getCurrentConfigs().hwcMinWorkDuration, 1234ns); in TEST_F()
231 mFlinger->mVsyncConfiguration->getCurrentConfigs());
42 virtual VsyncConfigSet getCurrentConfigs() const = 0;65 VsyncConfigSet getCurrentConfigs() const override EXCLUDES(mLock) { in getCurrentConfigs() function
62 const auto [early, earlyGpu, late, hwcMinWorkDuration] = getCurrentConfigs(); in dump()
2108 const auto hwcMinWorkDuration = mVsyncConfiguration->getCurrentConfigs().hwcMinWorkDuration; in onMessageRefresh()2221 nsecs_t idealLatency = (mVsyncConfiguration->getCurrentConfigs().late.sfOffset > 0) in setCompositorTimingSnapped()2223 (mVsyncConfiguration->getCurrentConfigs().late.sfOffset % stats.vsyncPeriod)) in setCompositorTimingSnapped()2224 : ((-mVsyncConfiguration->getCurrentConfigs().late.sfOffset) % stats.vsyncPeriod); in setCompositorTimingSnapped()3178 mVsyncModulator = sp<VsyncModulator>::make(mVsyncConfiguration->getCurrentConfigs()); in initScheduler()3182 const auto configs = mVsyncConfiguration->getCurrentConfigs(); in initScheduler()3220 setVsyncConfig(mVsyncModulator->setVsyncConfigSet(mVsyncConfiguration->getCurrentConfigs()), in updatePhaseConfiguration()