Searched refs:effectSendItf (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp97 SLEffectSendItf effectSendItf; local
221 result = (*player)->GetInterface(player, SL_IID_EFFECTSEND, (void*)&effectSendItf);
260 result = (*effectSendItf)->EnableEffectSend(effectSendItf, reverbItf, SL_BOOLEAN_TRUE,
264 result = (*effectSendItf)->SetDirectLevel(effectSendItf, directLevel);
268 result = (*effectSendItf)->SetSendLevel(effectSendItf, reverbItf, sendLevel);

Completed in 54 milliseconds