Home
last modified time | relevance | path

Searched refs:mAllocator (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperTestUtils.cpp33 mAllocator = ::testing::VtsHalHidlTargetTestBase::getService<IAllocator>(); in init()
34 ASSERT_NE(nullptr, mAllocator.get()) << "failed to get allocator service"; in init()
58 return mAllocator; in getAllocator()
63 mAllocator->dumpDebugInfo( in dumpDebugInfo()
86 mAllocator->allocate( in allocate()
DVtsHalGraphicsMapperTestUtils.h82 sp<IAllocator> mAllocator; variable