Searched refs:audioEffect (Results 1 – 1 of 1) sorted by relevance
56 void test(AudioEffect audioEffect) throws Exception; in test() argument62 final AudioEffect audioEffect; in testAllEffects() local64 audioEffect = (AudioEffect)AudioEffect.class.getConstructor( in testAllEffects()75 testEffect.test(audioEffect); in testAllEffects()97 public void test(AudioEffect audioEffect) throws Exception { in testAllEffectsGetParameterAttemptOffload_CVE_2016_3745()98 testAudioEffectGetParameter(audioEffect, true /* offload */); in testAllEffectsGetParameterAttemptOffload_CVE_2016_3745()111 public void test(AudioEffect audioEffect) throws Exception { in testAllEffectsGetParameter2AttemptOffload_CVE_2017_0398()112 testAudioEffectGetParameter2(audioEffect, true /* offload */); in testAllEffectsGetParameter2AttemptOffload_CVE_2017_0398()123 public void test(AudioEffect audioEffect) throws Exception { in testAllEffectsSetParameterAttemptOffload_CVE_2016_3924()124 testAudioEffectSetParameter(audioEffect, true /* offload */); in testAllEffectsSetParameterAttemptOffload_CVE_2016_3924()[all …]