Searched refs:allocator2 (Results 1 – 3 of 3) sorted by relevance
25 namespace allocator2 = ::android::hardware::graphics::allocator::V2_0; variable36 sp<allocator2::IAllocator> getAllocator() const;69 sp<allocator2::IAllocator> mAllocator;
30 mAllocator = allocator2::IAllocator::getService(); in init()61 sp<allocator2::IAllocator> GrallocWrapper::getAllocator() const { in getAllocator()
221 sp<android::hardware::graphics::allocator::V2_0::IAllocator> allocator2{}; in allocateGraphicBuffers() local230 allocator2 = in allocateGraphicBuffers()232 ASSERT_NE(nullptr, allocator2.get()); in allocateGraphicBuffers()235 ASSERT_NE(nullptr, allocator2.get()); in allocateGraphicBuffers()236 grallocVar.emplace<AllocatorV2>(std::move(allocator2), std::move(mapper2)); in allocateGraphicBuffers()