Searched refs:mHidlAllocator (Results 1 – 2 of 2) sorted by relevance
47 mHidlAllocator = IAllocator::getService(hidlAllocatorServiceName); in init()49 ASSERT_TRUE(nullptr != mAidlAllocator || mHidlAllocator != nullptr) in init()64 mHidlAllocator = IAllocator::getService(hidlAllocatorServiceName); in initNoErr()172 mHidlAllocator->allocate(descriptor, count, callback); in rawAllocate()
84 bool hasAllocator() { return mHidlAllocator != nullptr || mAidlAllocator != nullptr; } in hasAllocator()181 sp<IAllocator> mHidlAllocator; variable