Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerInfo.cpp51 if (timeDiff > OBSOLETE_TIME_EPSILON_NS.count()) return; in setLastPresentTime()
DSchedulerUtils.h37 static constexpr std::chrono::nanoseconds OBSOLETE_TIME_EPSILON_NS = 1200ms; variable
DLayerInfo.h101 systemTime() - scheduler::OBSOLETE_TIME_EPSILON_NS.count(); in isRelevant()
DLayerHistory.cpp151 const int64_t obsoleteEpsilon = systemTime() - scheduler::OBSOLETE_TIME_EPSILON_NS.count(); in removeIrrelevantLayers()