Searched refs:AllocatorV2 (Results 1 – 1 of 1) sorted by relevance
202 struct AllocatorV2 : public GrallocV2 { in allocateGraphicBuffers() struct205 AllocatorV2(sp<IAllocator>&& allocator, sp<IMapper>&& mapper) in allocateGraphicBuffers() function207 AllocatorV2() = default; in allocateGraphicBuffers()216 std::variant<AllocatorV2, AllocatorV3> grallocVar; in allocateGraphicBuffers()235 grallocVar.emplace<AllocatorV2>(std::move(allocator2), std::move(mapper2)); in allocateGraphicBuffers()