Home
last modified time | relevance | path

Searched defs:effectType (Results 1 – 7 of 7) sorted by relevance

/frameworks/wilhelm/tests/examples/
DslesTestEffectCapabilities.cpp125 SLInterfaceID effectType, effectImplementation; in TestGenericFxCapabilities() local
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DEffectsTest.java158 public String effectUuidToString(UUID effectType) { in effectUuidToString()
/frameworks/base/media/java/android/media/
DIAudioService.aidl89 oneway void playSoundEffect(int effectType); in playSoundEffect()
91 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
DAudioManager.java1679 public void playSoundEffect(int effectType) { in playSoundEffect()
1714 public void playSoundEffect(int effectType, float volume) { in playSoundEffect()
DAudioService.java1740 public void playSoundEffect(int effectType) { in playSoundEffect()
1745 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()
3291 private void onPlaySoundEffect(int effectType, int volume) { in onPlaySoundEffect()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DVideoEditorHelper.java204 long startTime, long duration, int effectType, int colorType) { in createEffectItem()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DVideoEditorPerformance.java804 final int effectType = EffectColor.TYPE_COLOR; in testPerformanceEffectOverlappingTransition() local