HomeSort by relevance Sort by last modified time
    Searched refs:playerEffectSend (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/sandbox/
reverb.c 439 SLEffectSendItf playerEffectSend;
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...]
playbq.cpp 436 SLEffectSendItf playerEffectSend;
437 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
439 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixEnvironmentalReverb,

Completed in 46 milliseconds