Home
last modified time | relevance | path

Searched refs:allocator2 (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DGrallocWrapper.h25 namespace allocator2 = ::android::hardware::graphics::allocator::V2_0; variable
36 sp<allocator2::IAllocator> getAllocator() const;
69 sp<allocator2::IAllocator> mAllocator;
/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp30 mAllocator = allocator2::IAllocator::getService(); in init()
61 sp<allocator2::IAllocator> GrallocWrapper::getAllocator() const { in getAllocator()
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.cpp221 sp<android::hardware::graphics::allocator::V2_0::IAllocator> allocator2{}; in allocateGraphicBuffers() local
230 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()