Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DGLConsumer.h187 sp<Fence> getCurrentFence() const;
/frameworks/native/cmds/flatland/
DMain.cpp482 sp<Fence> startFence = mGLConsumer->getCurrentFence(); in run()
493 sp<Fence> endFence = mGLConsumer->getCurrentFence(); in run()
/frameworks/native/services/surfaceflinger/
DLayer.cpp487 sp<Fence> fence = mSurfaceFlingerConsumer->getCurrentFence(); in setAcquireFence()
1007 sp<Fence> frameReadyFence = mSurfaceFlingerConsumer->getCurrentFence(); in onPostComposition()
/frameworks/native/libs/gui/
DGLConsumer.cpp916 sp<Fence> GLConsumer::getCurrentFence() const { in getCurrentFence() function in android::GLConsumer