Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/include/gui/test/
H A DCallbackUtils.h40 sp<Fence> presentFence; member
171 static void function(void* callbackContext, nsecs_t latchTime, const sp<Fence>& presentFence, in function()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTransactionFrameTracerTest.cpp136 auto presentFence = fenceFactory.createFenceTimeForTest(fence); in BLASTTransactionSendsFrameTracerEvents() local
H A 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
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h301 int presentFence = -1; member
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h288 int presentFence = -1; in executePresentOrValidateDisplay() local
329 int presentFence = -1; in executePresentDisplay() local
/aosp12/frameworks/native/libs/gui/
H A DBLASTBufferQueue.cpp92 const sp<Fence>& presentFence, in updateFrameTimestamps()
243 const sp<Fence>& presentFence, in transactionCommittedCallbackThunk()
294 const sp<Fence>& presentFence, in transactionCallbackThunk()
/aosp12/frameworks/base/native/android/
H A 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()
/aosp12/frameworks/native/services/surfaceflinger/
H A DTransactionCallbackInvoker.cpp246 void TransactionCallbackInvoker::addPresentFence(const sp<Fence>& presentFence) { in addPresentFence()
H A DBufferLayer.cpp379 const std::shared_ptr<FenceTime>& presentFence, in onPostComposition()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h73 sp<Fence> presentFence; member
H A DITransactionCompletedListener.h171 sp<Fence> presentFence = nullptr; variable
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.h189 std::shared_ptr<FenceTime> presentFence; member
H A DTimeStats.cpp745 const std::shared_ptr<FenceTime>& presentFence, in setPresentFence()
995 void TimeStats::setPresentFenceGlobal(const std::shared_ptr<FenceTime>& presentFence) { in setPresentFenceGlobal()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.cpp105 shared_ptr<Fence> presentFence = nullptr; in ~QtiComposerClient() local
1512 shared_ptr<Fence>* presentFence, in presentDisplay()
1545 shared_ptr<Fence> presentFence = nullptr; in parsePresentDisplay() local
1568 shared_ptr<Fence> presentFence = nullptr; in parsePresentOrValidateDisplay() local
H A DQtiComposerCommandBuffer.h215 void setPresentFence(const shared_ptr<Fence> &presentFence) { in setPresentFence()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h213 void setPresentFence(int presentFence) { in setPresentFence()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DDisplayTest.cpp843 sp<Fence> presentFence = new Fence(); in TEST_F() local
H A DOutputTest.cpp2962 sp<Fence> presentFence = new Fence(); in TEST_F() local
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.cpp831 const std::shared_ptr<FenceTime>& presentFence, in setSfPresent()