Home
last modified time | relevance | path

Searched defs:timeStats (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockFrameTimeline.cpp22 FrameTimeline::FrameTimeline(std::shared_ptr<TimeStats> timeStats, pid_t surfaceFlingerPid) in FrameTimeline()
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
H A DTimedStatementResult.java37 Stats timeStats, in TimedStatementResult()
H A DTimedStatement.java141 LongStatsCollector timeStats = new LongStatsCollector(mRuns); in evaluate() local
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateStats.h43 RefreshRateStats(TimeStats& timeStats, Fps currentRefreshRate, in RefreshRateStats()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DCompositionEngine.cpp79 void CompositionEngine::setTimeStats(const std::shared_ptr<TimeStats>& timeStats) { in setTimeStats()
H A DOutput.cpp1142 auto& timeStats = getCompositionEngine().getTimeStats(); in composeSurfaces() local
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerDefaultFactory.cpp140 std::shared_ptr<TimeStats> timeStats, pid_t surfaceFlingerPid) { in createFrameTimeline()
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp305 std::shared_ptr<TimeStats> timeStats, in SurfaceFrame()
756 FrameTimeline::FrameTimeline(std::shared_ptr<TimeStats> timeStats, pid_t surfaceFlingerPid, in FrameTimeline()
806 FrameTimeline::DisplayFrame::DisplayFrame(std::shared_ptr<TimeStats> timeStats, in DisplayFrame()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h200 void setupTimeStats(const std::shared_ptr<TimeStats>& timeStats) { in setupTimeStats()