Home | History | Annotate | Download | only in vndk

Lines Matching refs:C2ComponentFactory

480     struct ComponentModule : public C2ComponentFactory,
534 C2ComponentFactory::CreateCodec2FactoryFunc createFactory; ///< loaded create function
535 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function
536 C2ComponentFactory *mComponentFactory; ///< loaded/created component factory
652 (C2ComponentFactory::CreateCodec2FactoryFunc)dlsym(mLibHandle, "CreateCodec2Factory");
654 (C2ComponentFactory::DestroyCodec2FactoryFunc)dlsym(mLibHandle, "DestroyCodec2Factory");