Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncModulatorTest.cpp60 const VsyncConfig kEarly{SF_OFFSET_EARLY, APP_OFFSET_EARLY, nanos(SF_DURATION_LATE), member in android::scheduler::VsyncModulatorTest
67 const VsyncConfigSet mOffsets = {kEarly, kEarlyGpu, kLate, nanos(HWC_MIN_WORK_DURATION)};
92 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyEnd, token)); in TEST_F()
94 CHECK_COMMIT(kEarly, kEarly); in TEST_F()
95 CHECK_REFRESH(MIN_EARLY_TRANSACTION_FRAMES - 1, kEarly, kEarly); in TEST_F()
101 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token)); in TEST_F()
103 CHECK_COMMIT(kEarly, kEarly); in TEST_F()
104 CHECK_REFRESH(5 * MIN_EARLY_TRANSACTION_FRAMES, std::nullopt, kEarly); in TEST_F()
106 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyEnd, token)); in TEST_F()
108 CHECK_COMMIT(kEarly, kEarly); in TEST_F()
[all …]