Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFrameTargeter.h142 mSupportsExpectedPresentTime(flags.test(Feature::kExpectedPresentTime)) {} in FrameTargeter()
177 const bool mSupportsExpectedPresentTime; variable
/frameworks/native/services/surfaceflinger/Scheduler/src/
DFrameTargeter.cpp89 if (!mSupportsExpectedPresentTime) { in beginFrame()