Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/test/
DCallbackUtils.h40 sp<Fence> presentFence; member
175 static void function(void* callbackContext, nsecs_t latchTime, const sp<Fence>& presentFence, in function()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionFrameTracerTest.cpp141 auto presentFence = fenceFactory.createFenceTimeForTest(fence); in BLASTTransactionSendsFrameTracerEvents() local
DFrameTimelineTest.cpp322 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
345 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
387 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.h140 int presentFence = -1; member
/frameworks/native/services/surfaceflinger/
DTransactionCallbackInvoker.cpp181 void TransactionCallbackInvoker::addPresentFence(const sp<Fence>& presentFence) { in addPresentFence()
DBufferLayer.cpp355 const std::shared_ptr<FenceTime>& presentFence, in onPostComposition()
/frameworks/base/native/android/
Dsurface_control.cpp207 sp<Fence> presentFence; member
221 auto& presentFence = aSurfaceTransactionStats->presentFence; in ASurfaceTransactionStats_getPresentFenceFd() local
293 … const std::vector<SurfaceControlStats>& surfaceControlStats) { in ASurfaceTransaction_setOnComplete()
/frameworks/native/libs/gui/
DBLASTBufferQueue.cpp97 const sp<Fence>& presentFence, in updateFrameTimestamps()
266 const sp<Fence>& presentFence, in transactionCommittedCallbackThunk()
315 const sp<Fence>& presentFence, in transactionCallbackThunk()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h82 sp<Fence> presentFence; member
DITransactionCompletedListener.h172 sp<Fence> presentFence = nullptr; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h205 std::shared_ptr<FenceTime> presentFence; member
DTimeStats.cpp733 const std::shared_ptr<FenceTime>& presentFence, in setPresentFence()
983 void TimeStats::setPresentFenceGlobal(const std::shared_ptr<FenceTime>& presentFence) { in setPresentFenceGlobal()
/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 = new Fence(); in TEST_F() local
DOutputTest.cpp3319 sp<Fence> presentFence = sp<Fence>::make(); in TEST_F() local
/frameworks/native/libs/gui/tests/
DBLASTBufferQueue_test.cpp76 void transactionCallback(nsecs_t latchTime, const sp<Fence>& presentFence, in transactionCallback()