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