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()319 EXPECT_EQ(phaseOffsets.getCurrentConfigs().hwcMinWorkDuration, 1234ns); in TEST_F()
41 virtual VsyncConfigSet getCurrentConfigs() const = 0;64 VsyncConfigSet getCurrentConfigs() const override EXCLUDES(mLock) { in getCurrentConfigs() function
60 const auto [early, earlyGpu, late, hwcMinWorkDuration] = getCurrentConfigs(); in dump()
70 mVsyncModulator(sp<VsyncModulator>::make(mVsyncConfiguration->getCurrentConfigs())), in Scheduler()207 .hwcMinWorkDuration = mVsyncConfiguration->getCurrentConfigs().hwcMinWorkDuration}; in onFrameSignal()482 setVsyncConfig(mVsyncModulator->setVsyncConfigSet(mVsyncConfiguration->getCurrentConfigs()), in updatePhaseConfiguration()
3162 mScheduler->getVsyncConfiguration().getCurrentConfigs().late.sfOffset; in onCompositionPresented()4530 const auto configs = mScheduler->getVsyncConfiguration().getCurrentConfigs(); in initScheduler()