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.h170 C2ComponentFactory::DestroyCodec2FactoryFunc>>);
/frameworks/av/media/codec2/vndk/
DC2Store.cpp668 C2ComponentFactory::DestroyCodec2FactoryFunc>>);
719 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory) in ComponentModule()
753 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function
808 C2ComponentFactory::DestroyCodec2FactoryFunc> func) in ComponentLoader()
820 C2ComponentFactory::DestroyCodec2FactoryFunc mDestroyFactory = nullptr;
940 C2ComponentFactory::DestroyCodec2FactoryFunc>> mCodec2FactoryFuncs;
959 (C2ComponentFactory::DestroyCodec2FactoryFunc)dlsym(mLibHandle, "DestroyCodec2Factory"); in init()
1102 C2ComponentFactory::DestroyCodec2FactoryFunc>> funcs) in C2PlatformComponentStore()
1234 C2ComponentFactory::DestroyCodec2FactoryFunc>> funcs) { in GetTestComponentStore()
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp149 C2ComponentFactory::DestroyCodec2FactoryFunc>> codec2FactoryFunc; in initDecoder()