Searched refs:setTransactionSchedule (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | VsyncModulatorTest.cpp | 84 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/ |
D | VsyncModulator.h | 65 [[nodiscard]] VsyncConfigOpt setTransactionSchedule(TransactionSchedule,
|
D | VsyncModulator.cpp | 49 VsyncModulator::VsyncConfigOpt VsyncModulator::setTransactionSchedule(TransactionSchedule schedule, in setTransactionSchedule() function in android::scheduler::VsyncModulator
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 4819 mScheduler->modulateVsync({}, &VsyncModulator::setTransactionSchedule, schedule, applyToken); in setTransactionFlags()
|