/aosp12/frameworks/native/libs/gui/include/gui/test/ |
H A D | CallbackUtils.h | 40 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 D | TransactionFrameTracerTest.cpp | 136 auto presentFence = fenceFactory.createFenceTimeForTest(fence); in BLASTTransactionSendsFrameTracerEvents() local
|
H A D | FrameTimelineTest.cpp | 320 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 D | ComposerHal.h | 301 int presentFence = -1; member
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
H A D | ComposerCommandEngine.h | 288 int presentFence = -1; in executePresentOrValidateDisplay() local 329 int presentFence = -1; in executePresentDisplay() local
|
/aosp12/frameworks/native/libs/gui/ |
H A D | BLASTBufferQueue.cpp | 92 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 D | surface_control.cpp | 206 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 D | TransactionCallbackInvoker.cpp | 246 void TransactionCallbackInvoker::addPresentFence(const sp<Fence>& presentFence) { in addPresentFence()
|
H A D | BufferLayer.cpp | 379 const std::shared_ptr<FenceTime>& presentFence, in onPostComposition()
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | SurfaceComposerClient.h | 73 sp<Fence> presentFence; member
|
H A D | ITransactionCompletedListener.h | 171 sp<Fence> presentFence = nullptr; variable
|
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/ |
H A D | TimeStats.h | 189 std::shared_ptr<FenceTime> presentFence; member
|
H A D | TimeStats.cpp | 745 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 D | QtiComposerClient.cpp | 105 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 D | QtiComposerCommandBuffer.h | 215 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 D | ComposerCommandBuffer.h | 213 void setPresentFence(int presentFence) { in setPresentFence()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | DisplayTest.cpp | 843 sp<Fence> presentFence = new Fence(); in TEST_F() local
|
H A D | OutputTest.cpp | 2962 sp<Fence> presentFence = new Fence(); in TEST_F() local
|
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/ |
H A D | FrameTimeline.cpp | 831 const std::shared_ptr<FenceTime>& presentFence, in setSfPresent()
|