Home
last modified time | relevance | path

Searched refs:ComponentFactoryImpl (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp895 struct ComponentFactoryImpl : public ComponentFactory { struct in android::SampleC2ComponentStore
897 ComponentFactoryImpl(const std::shared_ptr<const C2Component::Traits> &traits) in ComponentFactoryImpl() function
900 ~ComponentFactoryImpl() override = default;
921 factories->emplace(traits->name, new ComponentFactoryImpl<T>(traits)); in AddFactory()