Home
last modified time | relevance | path

Searched refs:audioEffect (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DAudioSecurityTest.java57 void test(AudioEffect audioEffect) throws Exception; in test() argument
63 final AudioEffect audioEffect; in testAllEffects() local
65 audioEffect = (AudioEffect)AudioEffect.class.getConstructor( in testAllEffects()
76 testEffect.test(audioEffect); in testAllEffects()
98 public void test(AudioEffect audioEffect) throws Exception { in testAllEffectsGetParameterAttemptOffload_CVE_2016_3745()
99 testAudioEffectGetParameter(audioEffect, true /* offload */); in testAllEffectsGetParameterAttemptOffload_CVE_2016_3745()
112 public void test(AudioEffect audioEffect) throws Exception { in testAllEffectsGetParameter2AttemptOffload_CVE_2017_0398()
113 testAudioEffectGetParameter2(audioEffect, true /* offload */); in testAllEffectsGetParameter2AttemptOffload_CVE_2017_0398()
124 public void test(AudioEffect audioEffect) throws Exception { in testAllEffectsSetParameterAttemptOffload_CVE_2016_3924()
125 testAudioEffectSetParameter(audioEffect, true /* offload */); in testAllEffectsSetParameterAttemptOffload_CVE_2016_3924()
[all …]