Lines Matching defs:effect

259         SL_LOGE("BassBoost effect initialization failed");
277 SL_LOGE("Equalizer effect initialization failed");
327 SL_LOGE("Virtualizer effect initialization failed");
358 SL_LOGV("session is implicitly %d (aux effect)", AUDIO_SESSION_OUTPUT_MIX);
362 SL_LOGE("PresetReverb effect initialization failed");
370 // enable the effect if it has a preset loaded
379 // enable the effect if the preset is different from SL_REVERBPRESET_NONE
393 SL_LOGV("session is implicitly %d (aux effect)", AUDIO_SESSION_OUTPUT_MIX);
397 SL_LOGE("EnvironmentalReverb effect initialization failed");
516 SL_LOGE("invalid effect ID: no such effect attached to the OutputMix");
616 bool android_fx_initEffectObj(int sessionId, android::sp<android::AudioEffect>& effect,
620 effect = new android::AudioEffect(type, EFFECT_UUID_NULL,
622 0,// effect callback
627 android::status_t status = effect->initCheck();
629 effect.clear();
652 // request effect in the effects?
657 SL_LOGV("found effect %d %s", i, descriptor.name);
665 SL_LOGE("unable to find an implementation for the requested effect.");
672 // the requested effect wasn't found
739 // an error occurred, reset the effect descriptor
752 // does this effect already exist?
757 // create new effect
759 NULL, // not using type to create effect
762 0,// effect callback
767 // verify effect was successfully created before storing it
770 SL_LOGE("AudioEffect initCheck() returned %d, effect will not be stored", status);
855 * returns true if the given effect id is present in the AndroidEffect interface