Searched refs:effectsFactoryHal (Results 1 – 7 of 7) sorted by relevance
34 static const auto effectsFactoryHal = EffectsFactoryHalInterface::create(); in getEffectsFactoryHal() local35 return effectsFactoryHal; in getEffectsFactoryHal()
45 const sp<EffectsFactoryHalInterface> effectsFactoryHal in SetUp() local47 mSpatializer = Spatializer::create(&mTestCallback, effectsFactoryHal); in SetUp()
58 explicit AudioPolicyEffects(const sp<EffectsFactoryHalInterface>& effectsFactoryHal);202 status_t loadAudioEffectConfig_ll(const sp<EffectsFactoryHalInterface>& effectsFactoryHal)
44 AudioPolicyEffects::AudioPolicyEffects(const sp<EffectsFactoryHalInterface>& effectsFactoryHal) { in AudioPolicyEffects() argument50 status_t loadResult = loadAudioEffectConfig_ll(effectsFactoryHal); in AudioPolicyEffects()848 const sp<EffectsFactoryHalInterface>& effectsFactoryHal) { in loadAudioEffectConfig_ll() argument849 if (!effectsFactoryHal) { in loadAudioEffectConfig_ll()854 const auto skippedElements = VALUE_OR_RETURN_STATUS(effectsFactoryHal->getSkippedElements()); in loadAudioEffectConfig_ll()855 const auto processings = effectsFactoryHal->getProcessings(); in loadAudioEffectConfig_ll()
253 const sp<EffectsFactoryHalInterface>& effectsFactoryHal) { in create() argument256 if (effectsFactoryHal == nullptr) { in create()262 status_t status = effectsFactoryHal->getDescriptors(FX_IID_SPATIALIZER, &descriptors); in create()272 status = effectsFactoryHal->createEffect(&descriptors[0].uuid, AUDIO_SESSION_OUTPUT_STAGE, in create()
102 const sp<EffectsFactoryHalInterface>& effectsFactoryHal);
285 const sp<EffectsFactoryHalInterface> effectsFactoryHal = EffectsFactoryHalInterface::create(); in onFirstRef() local286 auto audioPolicyEffects = sp<AudioPolicyEffects>::make(effectsFactoryHal); in onFirstRef()308 mSpatializer = Spatializer::create(this, effectsFactoryHal); in onFirstRef()