Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2ComponentFactory.h83 typedef void (*DestroyCodec2FactoryFunc)(::C2ComponentFactory*); typedef
DC2PlatformSupport.h236 C2ComponentFactory::DestroyCodec2FactoryFunc>>);
/frameworks/av/media/codec2/vndk/
DC2Store.cpp782 C2ComponentFactory::DestroyCodec2FactoryFunc>>);
833 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory) in ComponentModule()
867 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function
922 C2ComponentFactory::DestroyCodec2FactoryFunc> func) in ComponentLoader()
934 C2ComponentFactory::DestroyCodec2FactoryFunc mDestroyFactory = nullptr;
1054 C2ComponentFactory::DestroyCodec2FactoryFunc>> mCodec2FactoryFuncs;
1073 (C2ComponentFactory::DestroyCodec2FactoryFunc)dlsym(mLibHandle, "DestroyCodec2Factory"); in init()
1219 C2ComponentFactory::DestroyCodec2FactoryFunc>> funcs) in C2PlatformComponentStore()
1351 C2ComponentFactory::DestroyCodec2FactoryFunc>> funcs) { in GetTestComponentStore()
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp149 C2ComponentFactory::DestroyCodec2FactoryFunc>> codec2FactoryFunc; in initDecoder()