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

/frameworks/wilhelm/src/itf/
H A DIEqualizer.c289 static SLresult IEqualizer_GetBand(SLEqualizerItf self, SLmilliHertz frequency, SLuint16 *pBand) argument
293 if (NULL == pBand) {
318 *pBand = bestBand;
331 *pBand = (SLuint16)band;

Completed in 1250 milliseconds