Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAudioEffect.java15 public static void addEffect(AudioEffect.Descriptor descriptor) { in addEffect() method in ShadowAudioEffect
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAudioEffectTest.java17 ShadowAudioEffect.addEffect(descriptor); in queryEffects()
/external/oboe/apps/fxlab/app/src/main/cpp/
DFunctionList.h44 void addEffect(std::function<void(iter_type, iter_type)> f) { in addEffect() function
Dnative-lib.cpp97 stack.addEffect(std::move(f)); in Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative()
/external/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DNativeInterface.kt36 fun addEffect(effect: Effect) { in addEffect() method
DMainActivity.kt90 NativeInterface.addEffect(toAdd) in <lambda>()