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

/frameworks/wilhelm/tests/sandbox/
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...]
H A Dplaybq.c314 SLEffectSendItf playerEffectSend; local
315 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
317 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixEnvironmentalReverb,

Completed in 1039 milliseconds