Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/nativedisplay/include/surfacetexture/
H A DSurfaceTexture.h229 sp<Fence> getCurrentFence() const;
/aosp12/frameworks/native/cmds/flatland/
H A DMain.cpp476 sp<Fence> startFence = mGLConsumer->getCurrentFence(); in run()
487 sp<Fence> endFence = mGLConsumer->getCurrentFence(); in run()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayerConsumer.h168 sp<Fence> getCurrentFence() const;
H A DBufferLayerConsumer.cpp409 sp<Fence> BufferLayerConsumer::getCurrentFence() const { in getCurrentFence() function in android::BufferLayerConsumer
H A DBufferQueueLayer.cpp552 mBufferInfo.mFence = mConsumer->getCurrentFence(); in gatherBufferInfo()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DGLConsumer.h199 sp<Fence> getCurrentFence() const;
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp424 sp<Fence> SurfaceTexture::getCurrentFence() const { in getCurrentFence() function in android::SurfaceTexture
/aosp12/frameworks/native/libs/gui/
H A DGLConsumer.cpp834 sp<Fence> GLConsumer::getCurrentFence() const { in getCurrentFence() function in android::GLConsumer