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

/frameworks/wilhelm/src/itf/
H A DIEqualizer.c428 static SLresult IEqualizer_GetPresetName(SLEqualizerItf self, SLuint16 index, const SLchar **ppName) argument
432 if (NULL == ppName) {
440 *ppName = (SLchar *) thiz->mPresets[index].mName;
451 *ppName = (SLchar *) thiz->mThis->mEngine->mEqPresetNames[index];

Completed in 34 milliseconds