Home
last modified time | relevance | path

Searched refs:getVsyncConfig (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVsyncModulatorTest.cpp78 EXPECT_EQ(configs, mVsyncModulator->getVsyncConfig());
83 EXPECT_EQ(configs, mVsyncModulator->getVsyncConfig()); \
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVsyncModulator.h91 VsyncConfig getVsyncConfig() const EXCLUDES(mMutex);
H A DVsyncModulator.cpp132 VsyncModulator::VsyncConfig VsyncModulator::getVsyncConfig() const { in getVsyncConfig() function in android::scheduler::VsyncModulator
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1866 return mVsyncModulator->getVsyncConfig().sfOffset > 0 ? stats.vsyncTime in calculateExpectedPresentTime()