Searched refs:mLastQueueBufferFence (Results 1 – 2 of 2) sorted by relevance
248 sp<Fence> mLastQueueBufferFence; variable
79 mLastQueueBufferFence(Fence::NO_FENCE), in BufferQueueProducer()1056 lastQueuedFence = std::move(mLastQueueBufferFence); in queueBuffer()1058 mLastQueueBufferFence = std::move(acquireFence); in queueBuffer()1611 *outFence = mLastQueueBufferFence; in getLastQueuedBuffer()