Searched defs:audioEffect (Results 1 – 4 of 4) sorted by relevance
68 AudioEffect audioEffect = in getPriority_returnsPriorityFromCtor() local78 AudioEffect audioEffect = in getAudioSession_returnsAudioSessionFromCtor() local87 AudioEffect audioEffect = createAudioEffect(); in getEnabled_returnsFalseByDefault() local94 AudioEffect audioEffect = createAudioEffect(); in getEnabled_setEnabledTrue_returnsTrue() local103 AudioEffect audioEffect = createAudioEffect(); in getEnabled_setEnabledTrueThenFalse_returnsFalse() local113 AudioEffect audioEffect = createAudioEffect(); in setEnabled_errorCodeSet_returnsError() local121 AudioEffect audioEffect = createAudioEffect(); in getParameter_errorCodeSet_returnsError() local130 AudioEffect audioEffect = createAudioEffect(); in setParameter_errorCodeSet_returnsError() local139 AudioEffect audioEffect = createAudioEffect(); in getEnabled_audioEffectUninitialized_throwsException() local147 AudioEffect audioEffect = createAudioEffect(); in setEnabled_audioEffectUninitialized_throwsException() local[all …]
62 void test(AudioEffect audioEffect) throws Exception; in test()70 final AudioEffect audioEffect; in testAllEffects() local155 AudioEffect audioEffect, boolean offload) throws Exception { in testAudioEffectGetParameter()198 AudioEffect audioEffect, boolean offload) throws Exception { in testAudioEffectGetParameter2()242 private static void testAudioEffectGetParameter3(AudioEffect audioEffect) throws Exception { in testAudioEffectGetParameter3()268 AudioEffect audioEffect, boolean offload) throws Exception { in testAudioEffectSetParameter()310 private static void testAudioEffectSetOffload(AudioEffect audioEffect) throws Exception { in testAudioEffectSetOffload()334 AudioEffect audioEffect) throws Exception { in testAudioEffectEqualizerGetParameterName()395 AudioEffect audioEffect = null; in testVisualizerCapture_CVE_2017_0396() local
340 sp<AudioEffect> audioEffect = createEffect(selectedEffectType, selectedEffectUuid, in TEST() local490 sp<AudioEffect> audioEffect = in TEST_P() local546 sp<AudioEffect> audioEffect = createEffect(selectedEffectType, selectedEffectUuid, in TEST() local
34 @RealObject AudioEffect audioEffect; field in ShadowAudioEffect