Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp388 SLAndroidAcousticEchoCancellationItf aecItf; in TestRecToBuffQueue() local
390 recorder, SL_IID_ANDROIDACOUSTICECHOCANCELLATION, (void*)&aecItf); in TestRecToBuffQueue()
393 result = (*aecItf)->SetEnabled(aecItf, true); in TestRecToBuffQueue()
396 result = (*aecItf)->IsEnabled(aecItf, &enabled); in TestRecToBuffQueue()