Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/include/
DC2PlatformStorePluginLoader.h46 typedef ::C2Allocator* (*CreateAllocatorFunc)(::C2Allocator::id_t, ::c2_status_t*); typedef
95 CreateAllocatorFunc mCreateAllocator;
/hardware/google/av/codec2/vndk/
DC2PlatformStorePluginLoader.cpp40 mCreateAllocator = (CreateAllocatorFunc)dlsym(mLibHandle, "CreateAllocator"); in C2PlatformStorePluginLoader()