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

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

Completed in 40 milliseconds