Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/include/surfacetexture/
DSurfaceTexture.h230 sp<Fence> getCurrentFence() const;
/frameworks/native/cmds/flatland/
DMain.cpp478 sp<Fence> startFence = mGLConsumer->getCurrentFence(); in run()
489 sp<Fence> endFence = mGLConsumer->getCurrentFence(); in run()
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h203 sp<Fence> getCurrentFence() const;
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp426 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