Searched defs:ComponentModule (Results 1 – 1 of 1) sorted by relevance
680 struct ComponentModule : public C2ComponentFactory, struct in android::C2PlatformComponentStore701 ComponentModule() in ComponentModule() argument717 ComponentModule( in ComponentModule() function746 std::recursive_mutex mLock; ///< lock protecting mTraits747 std::shared_ptr<C2Component::Traits> mTraits; ///< cached component traits749 c2_status_t mInit; ///< initialization result751 void *mLibHandle; ///< loaded library handle752 C2ComponentFactory::CreateCodec2FactoryFunc createFactory; ///< loaded create function753 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function754 C2ComponentFactory *mComponentFactory; ///< loaded/created component factory