Searched defs:ComponentModule (Results 1 – 2 of 2) sorted by relevance
684 struct ComponentModule : public C2ComponentFactory, struct in android::C2PlatformComponentStore705 ComponentModule() in ComponentModule() argument721 ComponentModule( in ComponentModule() function750 std::recursive_mutex mLock; ///< lock protecting mTraits751 std::shared_ptr<C2Component::Traits> mTraits; ///< cached component traits753 c2_status_t mInit; ///< initialization result755 void *mLibHandle; ///< loaded library handle756 C2ComponentFactory::CreateCodec2FactoryFunc createFactory; ///< loaded create function757 C2ComponentFactory::DestroyCodec2FactoryFunc destroyFactory; ///< loaded destroy function758 C2ComponentFactory *mComponentFactory; ///< loaded/created component factory
java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...