Lines Matching refs:outSlot
322 status_t BufferQueueConsumer::attachBuffer(int* outSlot, in attachBuffer() argument
326 if (outSlot == nullptr) { in attachBuffer()
379 *outSlot = found; in attachBuffer()
380 ATRACE_BUFFER_INDEX(*outSlot); in attachBuffer()
381 BQ_LOGV("attachBuffer: returning slot %d", *outSlot); in attachBuffer()
383 mSlots[*outSlot].mGraphicBuffer = buffer; in attachBuffer()
384 mSlots[*outSlot].mBufferState.attachConsumer(); in attachBuffer()
385 mSlots[*outSlot].mNeedsReallocation = true; in attachBuffer()
386 mSlots[*outSlot].mFence = Fence::NO_FENCE; in attachBuffer()
387 mSlots[*outSlot].mFrameNumber = 0; in attachBuffer()
404 mSlots[*outSlot].mAcquireCalled = false; in attachBuffer()