Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFeatures.h32 kExpectedPresentTime = 1 << 6, enumerator
DFrameTargeter.h142 mSupportsExpectedPresentTime(flags.test(Feature::kExpectedPresentTime)) {} in FrameTargeter()
/frameworks/native/services/surfaceflinger/Scheduler/tests/
DFrameTargeterTest.cpp132 Feature::kExpectedPresentTime) {} in FrameTargeterWithExpectedPresentSupportTest()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4515 features |= Feature::kExpectedPresentTime; in initScheduler()