Searched defs:ComponentModule (Results 1 – 1 of 1) sorted by relevance
539 struct ComponentModule : public C2ComponentFactory, struct in android::C2PlatformComponentStore560 ComponentModule() in ComponentModule() argument587 std::recursive_mutex mLock; ///< lock protecting mTraits588 std::shared_ptr<C2Component::Traits> mTraits; ///< cached component traits590 c2_status_t mInit; ///< initialization result592 void *mLibHandle; ///< loaded library handle593 C2ComponentFactory::CreateCodec2FactoryFunc createFactory; ///< loaded create function594 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function595 C2ComponentFactory *mComponentFactory; ///< loaded/created component factory