/frameworks/native/services/surfaceflinger/Scheduler/src/ |
D | FrameTargeter.cpp | 145 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/ |
D | CallbackUtils.h | 40 sp<Fence> presentFence; member 187 static void function(void* callbackContext, nsecs_t latchTime, const sp<Fence>& presentFence, in function()
|
/frameworks/base/libs/hwui/renderthread/ |
D | IRenderPipeline.h | 62 android::base::unique_fd presentFence; member
|
D | VulkanManager.h | 90 android::base::unique_fd presentFence; member
|
D | VulkanManager.cpp | 728 android::base::unique_fd&& presentFence) { in swapBuffers()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TransactionFrameTracerTest.cpp | 110 auto presentFence = fenceFactory.createFenceTimeForTest(fence); in BLASTTransactionSendsFrameTracerEvents() local
|
D | FrameTimelineTest.cpp | 402 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/ |
D | HidlComposerHal.h | 139 int presentFence = -1; member
|
/frameworks/native/services/surfaceflinger/ |
D | TransactionCallbackInvoker.cpp | 160 void TransactionCallbackInvoker::addPresentFence(sp<Fence> presentFence) { in addPresentFence()
|
D | Layer.cpp | 4053 const std::shared_ptr<FenceTime>& presentFence, in onCompositionPresented()
|
D | SurfaceFlinger.cpp | 3108 auto presentFence = getHwComposer().getPresentFence(id); in onCompositionPresented() local
|
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/ |
D | FrameTargeter.h | 88 void addFence(sp<Fence> presentFence, FenceTimePtr presentFenceTime, in addFence()
|
/frameworks/base/native/android/ |
D | surface_control.cpp | 244 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/ |
D | BLASTBufferQueue.cpp | 109 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/ |
D | ITransactionCompletedListener.h | 183 sp<Fence> presentFence = nullptr; variable
|
D | SurfaceComposerClient.h | 88 sp<Fence> presentFence; member
|
/frameworks/native/services/surfaceflinger/TimeStats/ |
D | TimeStats.h | 204 std::shared_ptr<FenceTime> presentFence; member
|
D | TimeStats.cpp | 742 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/ |
D | CCodecBufferChannel.h | 304 sp<Fence> presentFence; member
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayTest.cpp | 887 sp<Fence> presentFence = sp<Fence>::make(); in TEST_F() local
|
D | OutputTest.cpp | 3427 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/ |
D | FrameTimeline.cpp | 919 const std::shared_ptr<FenceTime>& presentFence, in setSfPresent()
|
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.cpp | 2427 VkFence presentFence, in PresentOneSwapchain()
|
/frameworks/native/libs/gui/tests/ |
D | BLASTBufferQueue_test.cpp | 86 void transactionCallback(nsecs_t latchTime, const sp<Fence>& presentFence, in transactionCallback()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 351 void callback(nsecs_t latchTime, const sp<Fence>& presentFence, in callback() 369 const sp<Fence>& presentFence, in transactionCallbackThunk()
|