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.h232 C2ComponentFactory::DestroyCodec2FactoryFunc>>);
/frameworks/av/media/codec2/vndk/
DC2Store.cpp780 C2ComponentFactory::DestroyCodec2FactoryFunc>>);
831 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory) in ComponentModule()
865 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function
920 C2ComponentFactory::DestroyCodec2FactoryFunc> func) in ComponentLoader()
932 C2ComponentFactory::DestroyCodec2FactoryFunc mDestroyFactory = nullptr;
1052 C2ComponentFactory::DestroyCodec2FactoryFunc>> mCodec2FactoryFuncs;
1071 (C2ComponentFactory::DestroyCodec2FactoryFunc)dlsym(mLibHandle, "DestroyCodec2Factory"); in init()
1216 C2ComponentFactory::DestroyCodec2FactoryFunc>> funcs) in C2PlatformComponentStore()
1348 C2ComponentFactory::DestroyCodec2FactoryFunc>> funcs) { in GetTestComponentStore()
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp149 C2ComponentFactory::DestroyCodec2FactoryFunc>> codec2FactoryFunc; in initDecoder()