Home
last modified time | relevance | path

Searched refs:createAllocator (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGrallocLoader.h50 return createAllocator(std::move(hal)); in load()
89 static IAllocator* createAllocator(std::unique_ptr<hal::AllocatorHal> hal) { in createAllocator() function
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2PlatformStorePluginLoader.h86 c2_status_t createAllocator(
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2PlatformStorePluginLoader.cpp78 c2_status_t C2PlatformStorePluginLoader::createAllocator( in createAllocator() function in C2PlatformStorePluginLoader
H A DC2Store.cpp163 C2PlatformStorePluginLoader::GetInstance()->createAllocator(id, allocator); in fetchAllocator()