Searched defs:ComponentModule (Results 1 – 1 of 1) sorted by relevance
486 struct ComponentModule : public C2ComponentFactory, struct in android::C2PlatformComponentStore507 ComponentModule() in ComponentModule() argument534 std::recursive_mutex mLock; ///< lock protecting mTraits535 std::shared_ptr<C2Component::Traits> mTraits; ///< cached component traits537 c2_status_t mInit; ///< initialization result539 void *mLibHandle; ///< loaded library handle540 C2ComponentFactory::CreateCodec2FactoryFunc createFactory; ///< loaded create function541 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function542 C2ComponentFactory *mComponentFactory; ///< loaded/created component factory