Searched refs:playerEffectSend (Results 1 - 3 of 3) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
H A D | reverb.c | 439 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...] |
H A D | playbq.c | 366 SLEffectSendItf playerEffectSend; local 367 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend); 369 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixEnvironmentalReverb,
|
H A D | playbq.cpp | 366 SLEffectSendItf playerEffectSend; local 367 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend); 369 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixEnvironmentalReverb,
|
Completed in 55 milliseconds