Searched refs:mAidlAllocator (Results 1 – 2 of 2) sorted by relevance
43 mAidlAllocator = aidl::android::hardware::graphics::allocator::IAllocator::fromBinder( in init()46 if (mAidlAllocator == nullptr) { in init()49 ASSERT_TRUE(nullptr != mAidlAllocator || mHidlAllocator != nullptr) in init()60 mAidlAllocator = aidl::android::hardware::graphics::allocator::IAllocator::fromBinder( in initNoErr()63 if (mAidlAllocator == nullptr) { in initNoErr()162 if (mAidlAllocator) { in rawAllocate()164 auto status = mAidlAllocator->allocate(descriptor, count, &result); in rawAllocate()
84 bool hasAllocator() { return mHidlAllocator != nullptr || mAidlAllocator != nullptr; } in hasAllocator()182 std::shared_ptr<aidl::android::hardware::graphics::allocator::IAllocator> mAidlAllocator; variable