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

/frameworks/wilhelm/tests/examples/
H A DslesTestEqFdPath.cpp79 SLEqualizerItf eqItf; local
165 result = (*player)->GetInterface(player, SL_IID_EQUALIZER, (void*)&eqItf);
200 result = (*eqItf)->GetNumberOfBands(eqItf, &nbBands);
202 result = (*eqItf)->GetNumberOfPresets(eqItf, &nbPresets);
206 result = (*eqItf)->UsePreset(eqItf, preset);
209 result = (*eqItf)->GetCurrentPreset(eqItf,
[all...]

Completed in 114 milliseconds