Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTimelineTest.cpp126 mFrameTimeline->createSurfaceFrameForToken({}, sPidOne, sUidOne, sLayerIdOne, in addEmptySurfaceFrame()
210 mFrameTimeline->createSurfaceFrameForToken({}, sPidOne, sUidOne, sLayerIdOne, in TEST_F()
214 mFrameTimeline->createSurfaceFrameForToken({}, sPidTwo, sUidOne, sLayerIdOne, in TEST_F()
223 mFrameTimeline->createSurfaceFrameForToken({}, sPidOne, sUidOne, sLayerIdOne, in TEST_F()
236 mFrameTimeline->createSurfaceFrameForToken(ftInfo, sPidOne, sUidOne, sLayerIdOne, in TEST_F()
249 mFrameTimeline->createSurfaceFrameForToken(ftInfo, sPidOne, sUidOne, sLayerIdOne, in TEST_F()
264 mFrameTimeline->createSurfaceFrameForToken(ftInfo, sPidOne, sUidOne, sLayerIdOne, in TEST_F()
278 mFrameTimeline->createSurfaceFrameForToken(ftInfo, sPidOne, sUidOne, sLayerIdOne, in TEST_F()
309 mFrameTimeline->createSurfaceFrameForToken(ftInfo, sPidOne, sUidOne, sLayerIdOne, in TEST_F()
313 mFrameTimeline->createSurfaceFrameForToken(ftInfo, sPidOne, sUidOne, sLayerIdTwo, in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.h302 virtual std::shared_ptr<SurfaceFrame> createSurfaceFrameForToken(
478 std::shared_ptr<SurfaceFrame> createSurfaceFrameForToken(
DFrameTimeline.cpp866 std::shared_ptr<SurfaceFrame> FrameTimeline::createSurfaceFrameForToken( in createSurfaceFrameForToken() function in android::frametimeline::impl::FrameTimeline
/frameworks/native/services/surfaceflinger/
DLayer.cpp1427 mFlinger->mFrameTimeline->createSurfaceFrameForToken(info, mOwnerPid, mOwnerUid, in createSurfaceFrameForTransaction()
1446 mFlinger->mFrameTimeline->createSurfaceFrameForToken(info, mOwnerPid, mOwnerUid, in createSurfaceFrameForBuffer()
1470 mFlinger->mFrameTimeline->createSurfaceFrameForToken(skippedFrameTimelineInfo, in setFrameTimelineVsyncForSkippedFrames()