Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp927 struct ComponentFactoryImpl : public ComponentFactory { struct in android::SampleC2ComponentStore
929 ComponentFactoryImpl( in ComponentFactoryImpl() function
935 ~ComponentFactoryImpl() override = default;
962 new ComponentFactoryImpl<T>(traits, reflector)); in AddFactory()