Home
last modified time | relevance | path

Searched refs:getCurrentFence (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/surfacetexture/
DSurfaceTexture.h216 sp<Fence> getCurrentFence() const;
DSurfaceTexture.cpp436 sp<Fence> SurfaceTexture::getCurrentFence() const { in getCurrentFence() function in android::SurfaceTexture
/frameworks/native/cmds/flatland/
DMain.cpp476 sp<Fence> startFence = mGLConsumer->getCurrentFence(); in run()
487 sp<Fence> endFence = mGLConsumer->getCurrentFence(); in run()
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.h170 sp<Fence> getCurrentFence() const;
DBufferQueueLayer.cpp415 auto acquireFence = mConsumer->getCurrentFence(); in setHwcLayerBuffer()
DBufferLayerConsumer.cpp412 sp<Fence> BufferLayerConsumer::getCurrentFence() const { in getCurrentFence() function in android::BufferLayerConsumer
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h199 sp<Fence> getCurrentFence() const;
/frameworks/native/libs/gui/
DGLConsumer.cpp834 sp<Fence> GLConsumer::getCurrentFence() const { in getCurrentFence() function in android::GLConsumer