Searched refs:aec (Results 1 – 3 of 3) sorted by relevance
62 AcousticEchoCanceler aec = null; in create() local64 aec = new AcousticEchoCanceler(audioSession); in create()66 Log.w(TAG, "not implemented on this device"+ aec); in create()72 return aec; in create()
47 bool aec = false; variable217 if (aec) numInterfaces++; in TestRecToBuffQueue()244 if (aec) { in TestRecToBuffQueue()387 if (aec) { in TestRecToBuffQueue()536 aec = true; in main()
853 sp<AudioEffect> aec; in threadLoop() local856 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()