Searched refs:playerEffectSend (Results 1 – 3 of 3) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
D | reverb.c | 439 SLEffectSendItf playerEffectSend; in main() local 440 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend); in main() 446 result = (*playerEffectSend)->IsEnabled(playerEffectSend, outputMixPresetReverb, in main() 452 result = (*playerEffectSend)->GetDirectLevel(playerEffectSend, &directLevel); in main() 457 result = (*playerEffectSend)->GetSendLevel(playerEffectSend, outputMixPresetReverb, in main() 463 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, in main() 466 result = (*playerEffectSend)->IsEnabled(playerEffectSend, outputMixPresetReverb, in main() 470 result = (*playerEffectSend)->GetDirectLevel(playerEffectSend, &directLevel); in main() 473 result = (*playerEffectSend)->GetSendLevel(playerEffectSend, outputMixPresetReverb, in main() 482 result = (*playerEffectSend)->IsEnabled(playerEffectSend, in main() [all …]
|
D | playbq.cpp | 366 SLEffectSendItf playerEffectSend; in main() local 367 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend); in main() 369 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixEnvironmentalReverb, in main()
|
D | playbq.c | 366 SLEffectSendItf playerEffectSend; in main() local 367 result = (*playerObject)->GetInterface(playerObject, SL_IID_EFFECTSEND, &playerEffectSend); in main() 369 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, mixEnvironmentalReverb, in main()
|