Searched refs:EarlyStart (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | VsyncModulatorTest.cpp | 99 TEST_F(VsyncModulatorTest, EarlyStart) { in TEST_F() argument 101 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token)); in TEST_F() 115 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token)); in TEST_F() 138 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token)); in TEST_F() 158 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token)); in TEST_F() 178 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token1)); in TEST_F() 183 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token2)); in TEST_F() 202 EXPECT_EQ(kEarly, mVsyncModulator->setTransactionSchedule(Schedule::EarlyStart, token)); in TEST_F()
|
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/ |
D | TransactionSchedule.h | 26 EarlyStart, enumerator
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | VsyncModulator.cpp | 53 case Schedule::EarlyStart: in setTransactionSchedule()
|
/frameworks/native/services/surfaceflinger/FrameTimeline/ |
D | FrameTimeline.h | 78 EarlyStart, enumerator
|
D | FrameTimeline.cpp | 187 case FrameStartMetadata::EarlyStart: in toString() 1036 : FrameStartMetadata::EarlyStart; in classifyJank()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 5290 if (flags & eEarlyWakeupStart) return TransactionSchedule::EarlyStart; in setTransactionState()
|