Home
last modified time | relevance | path

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

/frameworks/native/libs/nativedisplay/include/surfacetexture/
DSurfaceTexture.h236 std::shared_ptr<FenceTime> getCurrentFenceTime() const;
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h207 std::shared_ptr<FenceTime> getCurrentFenceTime() const;
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp431 std::shared_ptr<FenceTime> SurfaceTexture::getCurrentFenceTime() const { in getCurrentFenceTime() function in android::SurfaceTexture
/frameworks/native/libs/gui/
DGLConsumer.cpp839 std::shared_ptr<FenceTime> GLConsumer::getCurrentFenceTime() const { in getCurrentFenceTime() function in android::GLConsumer