Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.h58 VsyncConfig getVsyncConfig() const EXCLUDES(mMutex);
DVsyncModulator.cpp132 VsyncConfig VsyncModulator::getVsyncConfig() const { in getVsyncConfig() function in android::scheduler::VsyncModulator
DScheduler.cpp206 .sfWorkDuration = mVsyncModulator->getVsyncConfig().sfWorkDuration, in onFrameSignal()
/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncModulatorTest.cpp75 EXPECT_EQ(configs, mVsyncModulator->getVsyncConfig());
80 EXPECT_EQ(configs, mVsyncModulator->getVsyncConfig()); \
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2657 mScheduler->vsyncModulator().getVsyncConfig().sfWorkDuration; in commit()
4435 if (mScheduler->vsyncModulator().getVsyncConfig().sfWorkDuration > in scheduleNotifyExpectedPresentHint()