Searched refs:SL_REVERBPRESET_NONE (Results 1 – 4 of 4) sorted by relevance
36 case SL_REVERBPRESET_NONE: in IPresetReverb_SetPreset()74 SLuint16 preset = SL_REVERBPRESET_NONE; in IPresetReverb_GetPreset()107 thiz->mPreset = SL_REVERBPRESET_NONE; in IPresetReverb_init()
143 case SL_REVERBPRESET_NONE: in TestSendToPresetReverb()292 result = (*reverbItf)->SetPreset(reverbItf, enabled ? preset : SL_REVERBPRESET_NONE); in TestSendToPresetReverb()293 fprintf(stdout, "SetPreset(%d)=%d\n", enabled ? preset : SL_REVERBPRESET_NONE, result); in TestSendToPresetReverb()
382 ipr->mPresetReverbEffect->setEnabled(SL_REVERBPRESET_NONE != preset); in android_prev_init()392 pFx->setEnabled(SL_REVERBPRESET_NONE != preset); in android_prev_setPreset()
1411 #define SL_REVERBPRESET_NONE ((SLuint16) 0x0000) macro