Lines Matching refs:Factory
39 Factory::Factory(const std::string& file) : mConfig(EffectConfig(file)) { in Factory() function in aidl::android::hardware::audio::effect::Factory
44 Factory::~Factory() { in ~Factory()
58 ndk::ScopedAStatus Factory::getDescriptorWithUuid_l(const AudioUuid& uuid, Descriptor* desc) { in getDescriptorWithUuid_l()
74 ndk::ScopedAStatus Factory::queryEffects(const std::optional<AudioUuid>& in_type_uuid, in queryEffects()
102 ndk::ScopedAStatus Factory::queryProcessing(const std::optional<Processing::Type>& in_type, in queryProcessing()
128 ndk::ScopedAStatus Factory::createEffect(const AudioUuid& in_impl_uuid, in createEffect()
159 ndk::ScopedAStatus Factory::destroyEffectImpl_l(const std::shared_ptr<IEffect>& in_handle) { in destroyEffectImpl_l()
184 void Factory::cleanupEffectMap_l() { in cleanupEffectMap_l()
194 ndk::ScopedAStatus Factory::destroyEffect(const std::shared_ptr<IEffect>& in_handle) { in destroyEffect()
202 bool Factory::openEffectLibrary(const AudioUuid& impl, in openEffectLibrary()
227 void Factory::createIdentityWithConfig( in createIdentityWithConfig()
252 void Factory::loadEffectLibs() { in loadEffectLibs()
272 void Factory::getDlSyms_l(DlEntry& entry) { in getDlSyms_l()