Searched refs:getCurrentFence (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/gui/
H A DSurfaceTexture.h156 // getCurrentFence returns the fence indicating when the current buffer is
158 sp<Fence> getCurrentFence() const;
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp300 sp<Fence> fence = mSurfaceTexture->getCurrentFence();
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp747 sp<Fence> SurfaceTexture::getCurrentFence() const { function in class:android::SurfaceTexture

Completed in 22 milliseconds