Searched refs:mLastQueueBufferFence (Results 1 – 2 of 2) sorted by relevance
240 sp<Fence> mLastQueueBufferFence; variable
56 mLastQueueBufferFence(Fence::NO_FENCE), in BufferQueueProducer()1014 lastQueuedFence = std::move(mLastQueueBufferFence); in queueBuffer()1016 mLastQueueBufferFence = std::move(acquireFence); in queueBuffer()1550 *outFence = mLastQueueBufferFence; in getLastQueuedBuffer()