Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2PlatformStorePluginLoader.cpp40 mCreateAllocator = (CreateAllocatorFunc)dlsym(mLibHandle, "CreateAllocator"); in C2PlatformStorePluginLoader()
41 if (mCreateAllocator == nullptr) { in C2PlatformStorePluginLoader()
72 if (mCreateAllocator == nullptr) { in createAllocator()
78 allocator->reset(mCreateAllocator(allocatorId, &res)); in createAllocator()
/hardware/google/av/codec2/vndk/include/
DC2PlatformStorePluginLoader.h95 CreateAllocatorFunc mCreateAllocator; variable