Lines Matching refs:outFence
391 status_t BufferQueueProducer::dequeueBuffer(int* outSlot, sp<android::Fence>* outFence, in dequeueBuffer() argument
567 *outFence = (mCore->mSharedBufferMode && in dequeueBuffer()
757 sp<Fence>* outFence) { in detachNextBuffer() argument
763 } else if (outFence == nullptr) { in detachNextBuffer()
801 *outFence = mSlots[found].mFence; in detachNextBuffer()
1735 sp<Fence>* outFence, float outTransformMatrix[16]) { in getLastQueuedBuffer() argument
1743 *outFence = Fence::NO_FENCE; in getLastQueuedBuffer()
1748 *outFence = mLastQueueBufferFence; in getLastQueuedBuffer()
1761 status_t BufferQueueProducer::getLastQueuedBuffer(sp<GraphicBuffer>* outBuffer, sp<Fence>* outFence, in getLastQueuedBuffer() argument
1770 *outFence = Fence::NO_FENCE; in getLastQueuedBuffer()
1775 *outFence = mLastQueueBufferFence; in getLastQueuedBuffer()