Home
last modified time | relevance | path

Searched refs:mLastQueueBufferFence (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DBufferQueueProducer.h268 sp<Fence> mLastQueueBufferFence; variable
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp82 mLastQueueBufferFence(Fence::NO_FENCE), in BufferQueueProducer()
1100 lastQueuedFence = std::move(mLastQueueBufferFence); in queueBuffer()
1102 mLastQueueBufferFence = std::move(acquireFence); in queueBuffer()
1748 *outFence = mLastQueueBufferFence; in getLastQueuedBuffer()
1775 *outFence = mLastQueueBufferFence; in getLastQueuedBuffer()