Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/include/surfacetexture/
DSurfaceTexture.h250 std::shared_ptr<FenceTime> getCurrentFenceTime() const;
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h235 std::shared_ptr<FenceTime> getCurrentFenceTime() const;
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp474 std::shared_ptr<FenceTime> SurfaceTexture::getCurrentFenceTime() const { in releaseBufferLocked() function in android::SurfaceTexture
/frameworks/native/libs/gui/
DGLConsumer.cpp965 std::shared_ptr<FenceTime> GLConsumer::getCurrentFenceTime() const { in getCurrentFenceTime() function in android::GLConsumer