/frameworks/native/libs/gui/include/gui/test/ |
D | CallbackUtils.h | 40 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/ |
D | TransactionFrameTracerTest.cpp | 141 auto presentFence = fenceFactory.createFenceTimeForTest(fence); in BLASTTransactionSendsFrameTracerEvents() local
|
D | FrameTimelineTest.cpp | 322 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/ |
D | HidlComposerHal.h | 140 int presentFence = -1; member
|
/frameworks/native/services/surfaceflinger/ |
D | TransactionCallbackInvoker.cpp | 181 void TransactionCallbackInvoker::addPresentFence(const sp<Fence>& presentFence) { in addPresentFence()
|
D | BufferLayer.cpp | 355 const std::shared_ptr<FenceTime>& presentFence, in onPostComposition()
|
/frameworks/base/native/android/ |
D | surface_control.cpp | 207 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/ |
D | BLASTBufferQueue.cpp | 97 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/ |
D | SurfaceComposerClient.h | 82 sp<Fence> presentFence; member
|
D | ITransactionCompletedListener.h | 172 sp<Fence> presentFence = nullptr; variable
|
/frameworks/native/services/surfaceflinger/TimeStats/ |
D | TimeStats.h | 205 std::shared_ptr<FenceTime> presentFence; member
|
D | TimeStats.cpp | 733 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/ |
D | FrameTimeline.cpp | 839 const std::shared_ptr<FenceTime>& presentFence, in setSfPresent()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayTest.cpp | 900 sp<Fence> presentFence = new Fence(); in TEST_F() local
|
D | OutputTest.cpp | 3319 sp<Fence> presentFence = sp<Fence>::make(); in TEST_F() local
|
/frameworks/native/libs/gui/tests/ |
D | BLASTBufferQueue_test.cpp | 76 void transactionCallback(nsecs_t latchTime, const sp<Fence>& presentFence, in transactionCallback()
|