Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/include/surfacetexture/
DSurfaceTexture.h229 sp<Fence> getCurrentFence() const;
/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.h173 sp<Fence> getCurrentFence() const;
DBufferLayerConsumer.cpp434 sp<Fence> BufferLayerConsumer::getCurrentFence() const { in getCurrentFence() function in android::BufferLayerConsumer
DBufferQueueLayer.cpp539 mBufferInfo.mFence = mConsumer->getCurrentFence(); in gatherBufferInfo()
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h199 sp<Fence> getCurrentFence() const;
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp424 sp<Fence> SurfaceTexture::getCurrentFence() const { in getCurrentFence() function in android::SurfaceTexture
/frameworks/native/libs/gui/
DGLConsumer.cpp834 sp<Fence> GLConsumer::getCurrentFence() const { in getCurrentFence() function in android::GLConsumer