Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncModulatorTest.cpp84 EXPECT_FALSE(mVsyncModulator->setTransactionSchedule(Schedule::Late)); in TEST_F()
92 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyEnd, token)); in TEST_F()
101 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token)); in TEST_F()
106 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyEnd, token)); in TEST_F()
115 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token)); in TEST_F()
120 EXPECT_FALSE(mVsyncModulator->setTransactionSchedule(Schedule::Late)); in TEST_F()
124 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyEnd, token)); in TEST_F()
133 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyEnd, token)); in TEST_F()
138 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token)); in TEST_F()
144 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyEnd, token)); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncModulator.h65 [[nodiscard]] VsyncConfigOpt setTransactionSchedule(TransactionSchedule,
DVsyncModulator.cpp49 VsyncModulator::VsyncConfigOpt VsyncModulator::setTransactionSchedule(TransactionSchedule schedule, in setTransactionSchedule() function in android::scheduler::VsyncModulator
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4819 mScheduler->modulateVsync({}, &VsyncModulator::setTransactionSchedule, schedule, applyToken); in setTransactionFlags()