Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h807 std::shared_ptr<frametimeline::SurfaceFrame> createSurfaceFrameForTransaction(
DLayer.cpp1395 auto surfaceFrame = createSurfaceFrameForTransaction(info, postTime); in setFrameTimelineVsyncForBufferlessTransaction()
1401 it->second = createSurfaceFrameForTransaction(info, postTime); in setFrameTimelineVsyncForBufferlessTransaction()
1424 std::shared_ptr<frametimeline::SurfaceFrame> Layer::createSurfaceFrameForTransaction( in createSurfaceFrameForTransaction() function in android::Layer