Searched refs:setVsyncConfigSet (Results 1 – 4 of 4) sorted by relevance
62 [[nodiscard]] VsyncConfig setVsyncConfigSet(const VsyncConfigSet&) EXCLUDES(mMutex);
43 VsyncConfig VsyncModulator::setVsyncConfigSet(const VsyncConfigSet& config) { in setVsyncConfigSet() function in android::scheduler::VsyncModulator
482 setVsyncConfig(mVsyncModulator->setVsyncConfigSet(mVsyncConfiguration->getCurrentConfigs()), in updatePhaseConfiguration()
70 void SetUp() override { EXPECT_EQ(kLate, mVsyncModulator->setVsyncConfigSet(mOffsets)); } in SetUp()