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

/frameworks/wilhelm/tests/examples/
H A DslesTestSendToPresetReverb.cpp96 SLEffectSendItf effectSendItf; local
220 result = (*player)->GetInterface(player, SL_IID_EFFECTSEND, (void*)&effectSendItf);
259 result = (*effectSendItf)->EnableEffectSend(effectSendItf, reverbItf, SL_BOOLEAN_TRUE,
263 result = (*effectSendItf)->SetDirectLevel(effectSendItf, directLevel);
267 result = (*effectSendItf)->SetSendLevel(effectSendItf, reverbItf, sendLevel);

Completed in 68 milliseconds