Home
last modified time | relevance | path

Searched refs:aec (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
DAcousticEchoCanceler.java62 AcousticEchoCanceler aec = null; in create() local
64 aec = new AcousticEchoCanceler(audioSession); in create()
66 Log.w(TAG, "not implemented on this device"+ aec); in create()
72 return aec; in create()
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp47 bool aec = false; variable
217 if (aec) numInterfaces++; in TestRecToBuffQueue()
244 if (aec) { in TestRecToBuffQueue()
387 if (aec) { in TestRecToBuffQueue()
536 aec = true; in main()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp853 sp<AudioEffect> aec; in threadLoop() local
856 aec = new AudioEffect(mGroup->mAttributionSource); in threadLoop()
857 aec->set(FX_IID_AEC, in threadLoop()
863 status_t status = aec->initCheck(); in threadLoop()
865 aec->setEnabled(true); in threadLoop()
867 aec.clear(); in threadLoop()
871 if (aec == 0) { in threadLoop()