Searched refs:mAllocator (Results 1 – 2 of 2) sorted by relevance
33 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()
82 sp<IAllocator> mAllocator; variable