Home
last modified time | relevance | path

Searched refs:kMaxPeriodForHistory (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.h48 static constexpr std::chrono::nanoseconds kMaxPeriodForHistory = 1s; variable
DLayerInfo.h353 static constexpr std::chrono::nanoseconds HISTORY_DURATION = LayerHistory::kMaxPeriodForHistory;
/frameworks/native/services/surfaceflinger/
DLayer.cpp3268 scheduler::LayerHistory::kMaxPeriodForHistory.count(); in recordLayerHistoryBufferUpdate()