Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/utils/
DCallbackUtils.h36 sp<Fence> presentFence; member
169 static void function(void* callbackContext, nsecs_t latchTime, const sp<Fence>& presentFence, in function()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionFrameTracerTest.cpp136 auto presentFence = fenceFactory.createFenceTimeForTest(fence); in BLASTTransactionSendsFrameTracerEvents() local
DFrameTimelineTest.cpp320 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
343 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
385 auto presentFence = fenceFactory.createFenceTimeForTest(Fence::NO_FENCE); in TEST_F() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.h301 int presentFence = -1; member
/frameworks/base/native/android/
Dsurface_control.cpp206 sp<Fence> presentFence; member
220 auto& presentFence = aSurfaceTransactionStats->presentFence; in ASurfaceTransactionStats_getPresentFenceFd() local
292 … const std::vector<SurfaceControlStats>& surfaceControlStats) { in ASurfaceTransaction_setOnComplete()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h71 sp<Fence> presentFence; member
DITransactionCompletedListener.h171 sp<Fence> presentFence = nullptr; variable
/frameworks/native/services/surfaceflinger/
DTransactionCallbackInvoker.cpp246 void TransactionCallbackInvoker::addPresentFence(const sp<Fence>& presentFence) { in addPresentFence()
DBufferLayer.cpp377 const std::shared_ptr<FenceTime>& presentFence, in onPostComposition()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h189 std::shared_ptr<FenceTime> presentFence; member
DTimeStats.cpp745 const std::shared_ptr<FenceTime>& presentFence, in setPresentFence()
995 void TimeStats::setPresentFenceGlobal(const std::shared_ptr<FenceTime>& presentFence) { in setPresentFenceGlobal()
/frameworks/native/libs/gui/
DBLASTBufferQueue.cpp90 const sp<Fence>& presentFence, in updateFrameTimestamps()
247 const sp<Fence>& presentFence, in transactionCallbackThunk()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayTest.cpp843 sp<Fence> presentFence = new Fence(); in TEST_F() local
DOutputTest.cpp2962 sp<Fence> presentFence = new Fence(); in TEST_F() local
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp831 const std::shared_ptr<FenceTime>& presentFence, in setSfPresent()