Searched defs:bbItf (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp74 SLBassBoostItf bbItf; local
160 result = (*player)->GetInterface(player, SL_IID_BASSBOOST, (void*)&bbItf);
195 result = (*bbItf)->IsStrengthSupported(bbItf, &strengthSupported);
201 result = (*bbItf)->SetStrength(bbItf, boostStrength);
206 result = (*bbItf)->GetRoundedStrength(bbItf, &strength);
215 result = (*bbItf)->IsEnabled(bbItf,
[all...]

Completed in 7 milliseconds