Home
last modified time | relevance | path

Searched defs:presentFence (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/src/
DFrameTargeter.cpp127 FenceTimePtr FrameTargeter::setPresentFence(sp<Fence> presentFence) { in setPresentFence()
132 FenceTimePtr FrameTargeter::setPresentFence(sp<Fence> presentFence, FenceTimePtr presentFenceTime) { in setPresentFence()
/frameworks/native/libs/gui/include/gui/test/
DCallbackUtils.h40 sp<Fence> presentFence; member
187 static void function(void* callbackContext, nsecs_t latchTime, const sp<Fence>& presentFence, in function()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionFrameTracerTest.cpp113 auto presentFence = fenceFactory.createFenceTimeForTest(fence); in BLASTTransactionSendsFrameTracerEvents() local
DFrameTimelineTest.cpp345 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
370 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
415 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
2475 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.h139 int presentFence = -1; member
/frameworks/native/services/surfaceflinger/
DTransactionCallbackInvoker.cpp175 void TransactionCallbackInvoker::addPresentFence(sp<Fence> presentFence) { in addPresentFence()
DLayer.cpp3964 const std::shared_ptr<FenceTime>& presentFence, in onPostComposition()
DSurfaceFlinger.cpp2806 auto presentFence = getHwComposer().getPresentFence(id); in postComposition() local
/frameworks/base/native/android/
Dsurface_control.cpp244 sp<Fence> presentFence; member
258 auto& presentFence = aSurfaceTransactionStats->presentFence; in ASurfaceTransactionStats_getPresentFenceFd() local
330 … const std::vector<SurfaceControlStats>& surfaceControlStats) { in ASurfaceTransaction_setOnComplete()
/frameworks/native/libs/gui/
DBLASTBufferQueue.cpp104 const sp<Fence>& presentFence, in updateFrameTimestamps()
278 const sp<Fence>& presentFence, in transactionCommittedCallbackThunk()
322 const sp<Fence>& presentFence, in transactionCallbackThunk()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h87 sp<Fence> presentFence; member
DITransactionCompletedListener.h177 sp<Fence> presentFence = nullptr; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h207 std::shared_ptr<FenceTime> presentFence; member
DTimeStats.cpp751 const std::shared_ptr<FenceTime>& presentFence, in setPresentFence()
1001 void TimeStats::setPresentFenceGlobal(const std::shared_ptr<FenceTime>& presentFence) { in setPresentFenceGlobal()
/frameworks/native/libs/gui/fuzzer/
Dlibgui_bufferQueue_fuzzer.cpp148 sp<Fence> presentFence = new Fence(memfd_create("fd", MFD_ALLOW_SEALING)); in invokeBlastBufferQueue() local
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h285 sp<Fence> presentFence; member
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp839 const std::shared_ptr<FenceTime>& presentFence, in setSfPresent()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp900 sp<Fence> presentFence = sp<Fence>::make(); in TEST_F() local
DOutputTest.cpp3283 sp<Fence> presentFence = sp<Fence>::make(); in TEST_F() local
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp2170 VkFence presentFence, in PresentOneSwapchain()
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp78 void transactionCallback(nsecs_t latchTime, const sp<Fence>& presentFence, in transactionCallback()