Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestEqFdPath.cpp79 SLEqualizerItf eqItf; in TestEQPathFromFD() local
165 result = (*player)->GetInterface(player, SL_IID_EQUALIZER, (void*)&eqItf); in TestEQPathFromFD()
200 result = (*eqItf)->GetNumberOfBands(eqItf, &nbBands); in TestEQPathFromFD()
202 result = (*eqItf)->GetNumberOfPresets(eqItf, &nbPresets); in TestEQPathFromFD()
206 result = (*eqItf)->UsePreset(eqItf, preset); in TestEQPathFromFD()
209 result = (*eqItf)->GetCurrentPreset(eqItf, &preset); in TestEQPathFromFD()
219 result = (*eqItf)->GetBandLevelRange(eqItf, &minLevel, &maxLevel); in TestEQPathFromFD()
225 result = (*eqItf)->SetBandLevel(eqItf, b, minLevel); in TestEQPathFromFD()
229 result = (*eqItf)->SetBandLevel(eqItf, b, maxLevel); in TestEQPathFromFD()
235 result = (*eqItf)->GetBandLevel(eqItf, b, &level); in TestEQPathFromFD()
[all …]