Searched refs:VendorAllocatorLoader (Results 1 – 4 of 4) sorted by relevance
21 std::unique_ptr<VendorAllocatorLoader> VendorAllocatorLoader::Create() { in Create()37 return std::unique_ptr<VendorAllocatorLoader>( in Create()38 new VendorAllocatorLoader(libHandle, createAllocatorFunc)); in Create()41 VendorAllocatorLoader::VendorAllocatorLoader(void* libHandle, in VendorAllocatorLoader() function in android::VendorAllocatorLoader47 VendorAllocatorLoader::~VendorAllocatorLoader() { in ~VendorAllocatorLoader()53 C2Allocator* VendorAllocatorLoader::createAllocator(C2Allocator::id_t allocatorId) { in createAllocator()
27 static std::unique_ptr<VendorAllocatorLoader> sAllocatorLoader = in createAllocator()28 VendorAllocatorLoader::Create(); in createAllocator()
13 "VendorAllocatorLoader.cpp",
18 class VendorAllocatorLoader {22 static std::unique_ptr<VendorAllocatorLoader> Create();23 ~VendorAllocatorLoader();30 VendorAllocatorLoader(void* libHandle, CreateAllocatorFunc createAllocatorFunc);