Searched refs:playerEffectSend (Results 1 - 3 of 3) sorted by last modified time

/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c434 SLEffectSendItf playerEffectSend; local
435 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
437 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixEnvironmentalReverb,
H A Dplaybq.cpp434 SLEffectSendItf playerEffectSend; local
435 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
437 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixEnvironmentalReverb,
H A Dreverb.c439 SLEffectSendItf playerEffectSend; local
440 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
446 result = (*playerEffectSend)->IsEnabled(playerEffectSend, outputMixPresetReverb,
452 result = (*playerEffectSend)->GetDirectLevel(playerEffectSend, &directLevel);
457 result = (*playerEffectSend)->GetSendLevel(playerEffectSend, outputMixPresetReverb,
463 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend,
[all...]

Completed in 596 milliseconds