Home
last modified time | relevance | path

Searched defs:wouldPresentEarly (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/src/
H A DFrameTargeter.cpp69 bool FrameTarget::wouldPresentEarly(Period vsyncPeriod, Period minFramePeriod) const { in wouldPresentEarly() function in android::scheduler::FrameTarget
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/tests/
H A DFrameTargeterTest.cpp56 bool wouldPresentEarly(Period vsyncPeriod, Period minFramePeriod) const { in wouldPresentEarly() function in android::scheduler::FrameTargeterTestBase