Home
last modified time | relevance | path

Searched defs:FactoryImpl (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2InterfaceHelper.cpp443 struct C2InterfaceHelper::FactoryImpl : public C2InterfaceHelper::Factory { struct in C2InterfaceHelper
449 getParamHelper(const ParamRef &param) const override { in getParamHelper()
454 FactoryImpl(std::shared_ptr<C2ParamReflector> reflector) in FactoryImpl() argument
459 void addParam(std::shared_ptr<ParamHelper> param) { in addParam()
478 std::shared_ptr<ParamHelper> getParam(C2Param::Index ix) const { in getParam()
490 std::shared_ptr<C2Param> getParamValue(C2Param::Index ix) const { in getParamValue()
495 c2_status_t querySupportedParams( in querySupportedParams()
506 size_t getDependencyIndex(C2Param::Index ix) { in getDependencyIndex()
514 std::map<ParamRef, std::shared_ptr<ParamHelper>> _mParams;
516 std::shared_ptr<C2ParamReflector> _mReflector;
[all …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/
H A DFactoryImpl.java50 class FactoryImpl extends Factory { class
74 private FactoryImpl() { in FactoryImpl() method in FactoryImpl