Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/src/
DFrameTargeter.cpp33 const int shift = static_cast<int>(targetsVsyncsAhead<2>(minFramePeriod)); in pastVsyncTime()
41 const size_t i = static_cast<size_t>(targetsVsyncsAhead<2>(minFramePeriod)); in presentFenceForPastVsync()
51 if (!allowNVsyncs && targetsVsyncsAhead<3>(minFramePeriod)) { in wouldPresentEarly()
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFrameTargeter.h118 inline bool targetsVsyncsAhead(Period minFramePeriod) const { in targetsVsyncsAhead() function