Lines Matching refs:graphicBuffer
77 sp<GraphicBuffer> graphicBuffer, const uint64_t igbpId, const slot_t slot, in ConvertGraphicBuffer2C2Allocation() argument
82 graphicBuffer->handle, graphicBuffer->width, graphicBuffer->height, in ConvertGraphicBuffer2C2Allocation()
83 graphicBuffer->format, graphicBuffer->usage, graphicBuffer->stride, in ConvertGraphicBuffer2C2Allocation()
84 graphicBuffer->getGenerationNumber(), igbpId, slot); in ConvertGraphicBuffer2C2Allocation()
302 sp<GraphicBuffer> graphicBuffer = in migrateLostBuffer() local
306 if (graphicBuffer->initCheck() != android::NO_ERROR) { in migrateLostBuffer()
307 ALOGE("Failed to create GraphicBuffer: %d", graphicBuffer->initCheck()); in migrateLostBuffer()
310 graphicBuffer->setGenerationNumber(mGenerationToBeMigrated); in migrateLostBuffer()
313 const auto attachStatus = producer->attachBuffer(graphicBuffer, newSlot); in migrateLostBuffer()
323 updateSlotBuffer(*newSlot, uniqueId, graphicBuffer); in migrateLostBuffer()
327 ConvertGraphicBuffer2C2Allocation(graphicBuffer, producerId, *newSlot, allocator); in migrateLostBuffer()