Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/src/
DFrameTargeter.cpp145 FenceTimePtr FrameTargeter::setPresentFence(sp<Fence> presentFence) { in setPresentFence()
150 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/base/libs/hwui/renderthread/
DIRenderPipeline.h62 android::base::unique_fd presentFence; member
DVulkanManager.h90 android::base::unique_fd presentFence; member
DVulkanManager.cpp728 android::base::unique_fd&& presentFence) { in swapBuffers()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionFrameTracerTest.cpp110 auto presentFence = fenceFactory.createFenceTimeForTest(fence); in BLASTTransactionSendsFrameTracerEvents() local
DFrameTimelineTest.cpp402 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
427 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
472 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
2751 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.cpp160 void TransactionCallbackInvoker::addPresentFence(sp<Fence> presentFence) { in addPresentFence()
DLayer.cpp4053 const std::shared_ptr<FenceTime>& presentFence, in onCompositionPresented()
DSurfaceFlinger.cpp3108 auto presentFence = getHwComposer().getPresentFence(id); in onCompositionPresented() local
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/
DFrameTargeter.h88 void addFence(sp<Fence> presentFence, FenceTimePtr presentFenceTime, in addFence()
/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.cpp109 const sp<Fence>& glDoneFence, const sp<Fence>& presentFence, in updateFrameTimestamps()
300 const sp<Fence>& presentFence, in transactionCommittedCallbackThunk()
344 const sp<Fence>& presentFence, in transactionCallbackThunk()
/frameworks/native/libs/gui/include/gui/
DITransactionCompletedListener.h183 sp<Fence> presentFence = nullptr; variable
DSurfaceComposerClient.h88 sp<Fence> presentFence; member
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h204 std::shared_ptr<FenceTime> presentFence; member
DTimeStats.cpp742 const std::shared_ptr<FenceTime>& presentFence, in setPresentFence()
992 void TimeStats::setPresentFenceGlobal(const std::shared_ptr<FenceTime>& presentFence) { in setPresentFenceGlobal()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h304 sp<Fence> presentFence; member
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp887 sp<Fence> presentFence = sp<Fence>::make(); in TEST_F() local
DOutputTest.cpp3427 sp<Fence> presentFence = sp<Fence>::make(); in TEST_F() local
3479 sp<Fence> presentFence = sp<Fence>::make(); in TEST_F() local
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp919 const std::shared_ptr<FenceTime>& presentFence, in setSfPresent()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp2427 VkFence presentFence, in PresentOneSwapchain()
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp86 void transactionCallback(nsecs_t latchTime, const sp<Fence>& presentFence, in transactionCallback()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp351 void callback(nsecs_t latchTime, const sp<Fence>& presentFence, in callback()
369 const sp<Fence>& presentFence, in transactionCallbackThunk()