Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DITransactionCompletedListener.h66 sp<Fence> presentFence = nullptr; variable
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.h269 int presentFence = -1; member
/frameworks/base/native/android/
Dsurface_control.cpp204 sp<Fence> presentFence; member
214 auto& presentFence = aSurfaceTransactionStats->presentFence; in ASurfaceTransactionStats_getPresentFenceFd() local
285 … const std::vector<SurfaceControlStats>& surfaceControlStats) { in ASurfaceTransaction_setOnComplete()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.h87 std::shared_ptr<FenceTime> presentFence; member
DTimeStats.cpp393 const std::shared_ptr<FenceTime>& presentFence) { in setPresentFence()
523 void TimeStats::setPresentFenceGlobal(const std::shared_ptr<FenceTime>& presentFence) { in setPresentFenceGlobal()
/frameworks/native/services/surfaceflinger/
DTransactionCompletedThread.cpp211 void TransactionCompletedThread::addPresentFence(const sp<Fence>& presentFence) { in addPresentFence()
DBufferLayer.cpp353 const std::shared_ptr<FenceTime>& presentFence, in onPostComposition()
DSurfaceFlinger.cpp2480 sp<Fence> presentFence = in postFramebuffer() local
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp1597 void closeFences(hwc2_display_t display, int32_t presentFence) in closeFences()
1742 int32_t presentFence; in presentDisplays() local
1833 int32_t presentFence; in createAndPresentVirtualDisplay() local
4207 int32_t presentFence; in TEST_F() local
4224 int32_t presentFence; in TEST_F() local
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp3147 sp<Fence> presentFence; member
3267 static void function(void* callbackContext, nsecs_t latchTime, const sp<Fence>& presentFence, in function()