Searched refs:AllocatorV3 (Results 1 – 1 of 1) sorted by relevance
209 struct AllocatorV3 : public GrallocV3 { in allocateGraphicBuffers() struct212 AllocatorV3(sp<IAllocator>&& allocator, sp<IMapper>&& mapper) in allocateGraphicBuffers() function214 AllocatorV3() = default; in allocateGraphicBuffers()216 std::variant<AllocatorV2, AllocatorV3> grallocVar; in allocateGraphicBuffers()227 grallocVar.emplace<AllocatorV3>(std::move(allocator3), std::move(mapper3)); in allocateGraphicBuffers()