Searched refs:eqOutputItf (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestEqOutputPath.cpp81 SLEqualizerItf eqOutputItf; local
112 result = (*outputMix)->GetInterface(outputMix, SL_IID_EQUALIZER, (void*)&eqOutputItf);
204 result = (*eqOutputItf)->GetNumberOfBands(eqOutputItf, &nbBands);
206 result = (*eqOutputItf)->GetNumberOfPresets(eqOutputItf, &nbPresets);
210 result = (*eqOutputItf)->UsePreset(eqOutputItf, preset);
213 result = (*eqOutputItf)->GetCurrentPreset(eqOutputItf,
[all...]

Completed in 722 milliseconds