Lines Matching refs:playerEffectSend
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()
488 result = (*playerEffectSend)->GetDirectLevel(playerEffectSend, &directLevel); in main()
493 result = (*playerEffectSend)->GetSendLevel(playerEffectSend, in main()
498 result = (*playerEffectSend)->EnableEffectSend(playerEffectSend, in main()
501 result = (*playerEffectSend)->IsEnabled(playerEffectSend, in main()
505 result = (*playerEffectSend)->GetDirectLevel(playerEffectSend, &directLevel); in main()
508 result = (*playerEffectSend)->GetSendLevel(playerEffectSend, in main()