Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.h62 [[nodiscard]] VsyncConfig setVsyncConfigSet(const VsyncConfigSet&) EXCLUDES(mMutex);
DVsyncModulator.cpp43 VsyncConfig VsyncModulator::setVsyncConfigSet(const VsyncConfigSet& config) { in setVsyncConfigSet() function in android::scheduler::VsyncModulator
DScheduler.cpp482 setVsyncConfig(mVsyncModulator->setVsyncConfigSet(mVsyncConfiguration->getCurrentConfigs()), in updatePhaseConfiguration()
/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncModulatorTest.cpp70 void SetUp() override { EXPECT_EQ(kLate, mVsyncModulator->setVsyncConfigSet(mOffsets)); } in SetUp()