Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTransactionSurfaceFrameTest.cpp75 layer->setFrameTimelineVsyncForBufferlessTransaction(ftInfo, 10, in PresentedSurfaceFrameForBufferlessTransaction()
187 layer->setFrameTimelineVsyncForBufferlessTransaction(ftInfo, 10, in BufferlessSurfaceFramePromotedToBufferSurfaceFrame()
246 layer->setFrameTimelineVsyncForBufferlessTransaction(ftInfo, 10, in BufferlessSurfaceFrameNotCreatedIfBufferSufaceFrameExists()
257 layer->setFrameTimelineVsyncForBufferlessTransaction(ftInfo, 10, in MultipleSurfaceFramesPresentedTogether()
267 layer->setFrameTimelineVsyncForBufferlessTransaction(ftInfo2, 10, in MultipleSurfaceFramesPresentedTogether()
431 layer->setFrameTimelineVsyncForBufferlessTransaction(ftInfo2, 10, in MultipleCommitsBeforeLatch()
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayer.cpp419 void Layer::setFrameTimelineVsyncForBufferlessTransaction(const FrameTimelineInfo& info, in setFrameTimelineVsyncForBufferlessTransaction() function in android::Layer
912 setFrameTimelineVsyncForBufferlessTransaction(info, postTime, gameMode); in setBuffer()
1091 setFrameTimelineVsyncForBufferlessTransaction(info, postTime, gameMode); in setSidebandStream()
H A DLayer.h332 void setFrameTimelineVsyncForBufferlessTransaction(const FrameTimelineInfo& info,
H A DSurfaceFlinger.cpp5214 layer->setFrameTimelineVsyncForBufferlessTransaction(frameTimelineInfo, postTime, gameMode); in updateLayerCallbacksAndStats()