Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h390 const std::vector<std::shared_ptr<SurfaceFrame>>& getSurfaceFrames() const { in getSurfaceFrames() function
H A DFrameTimeline.cpp1115 for (const auto& surfaceFrame : displayFrame->getSurfaceFrames()) { in computeFps()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTimelineTest.cpp124 ->getSurfaceFrames()[surfaceFrameIdx]); in getSurfaceFrame()