Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGrallocLoader.h50 return createAllocator(std::move(hal)); in load()
89 static IAllocator* createAllocator(std::unique_ptr<hal::AllocatorHal> hal) { in createAllocator() function
/hardware/google/av/codec2/vndk/include/
DC2PlatformStorePluginLoader.h84 c2_status_t createAllocator(::C2Allocator::id_t allocatorId,
/hardware/google/av/codec2/vndk/
DC2PlatformStorePluginLoader.cpp70 c2_status_t C2PlatformStorePluginLoader::createAllocator( in createAllocator() function in C2PlatformStorePluginLoader
DC2Store.cpp115 C2PlatformStorePluginLoader::GetInstance()->createAllocator(id, allocator); in fetchAllocator()