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

  /system/media/opensles/tests/sandbox/
playbq.c 213 SLEffectSendItf playerEffectSend;
214 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
216 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixEnvironmentalReverb,
reverb.c 333 SLEffectSendItf playerEffectSend;
334 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend);
337 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixPresetReverb,
342 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixEnvironmentalReverb,

Completed in 11 milliseconds