Searched defs:fxDesc (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIAcousticEchoCancellation.c90 effect_descriptor_t fxDesc; local
92 if (EffectQueryEffect(i, &fxDesc) == 0) {
93 ALOGV("effect %d is called %s", i, fxDesc.name);
94 if (memcmp(&fxDesc.type, SL_IID_ANDROIDACOUSTICECHOCANCELLATION,
96 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
H A DIAutomaticGainControl.c87 effect_descriptor_t fxDesc; local
89 if (EffectQueryEffect(i, &fxDesc) == 0) {
90 ALOGV("effect %d is called %s", i, fxDesc.name);
91 if (memcmp(&fxDesc.type, SL_IID_ANDROIDAUTOMATICGAINCONTROL,
93 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
H A DINoiseSuppression.c83 effect_descriptor_t fxDesc; local
85 if (EffectQueryEffect(i, &fxDesc) == 0) {
86 ALOGV("effect %d is called %s", i, fxDesc.name);
87 if (memcmp(&fxDesc.type, SL_IID_ANDROIDNOISESUPPRESSION,
89 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp768 effect_descriptor_t fxDesc; local
775 if (AudioEffect::queryEffect(i, &fxDesc) != NO_ERROR) {
778 if (memcmp(&fxDesc.type, FX_IID_AEC, sizeof(effect_uuid_t)) == 0) {

Completed in 158 milliseconds