Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DGralloc4.cpp1018 mAidlAllocator = AidlIAllocator::fromBinder(ndk::SpAIBinder( in Gralloc4Allocator()
1021 mAidlAllocator = AidlIAllocator::fromBinder(ndk::SpAIBinder( in Gralloc4Allocator()
1024 ALOGE_IF(!mAidlAllocator, "AIDL IAllocator declared but failed to get service"); in Gralloc4Allocator()
1027 if (mAllocator == nullptr && mAidlAllocator == nullptr) { in Gralloc4Allocator()
1034 return mAllocator != nullptr || mAidlAllocator != nullptr; in isLoaded()
1060 if (mAidlAllocator) { in allocate()
1064 auto status = mAidlAllocator->allocate(descriptor, bufferCount, &result); in allocate()
/frameworks/native/libs/ui/include/ui/
DGralloc4.h184 std::shared_ptr<aidl::android::hardware::graphics::allocator::IAllocator> mAidlAllocator; variable