Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DIAudioService.aidl64 oneway void playSoundEffect(int effectType); in playSoundEffect()
66 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
DAudioManager.java1368 public void playSoundEffect(int effectType) { in playSoundEffect()
1403 public void playSoundEffect(int effectType, float volume) { in playSoundEffect()
DAudioService.java989 public void playSoundEffect(int effectType) { in playSoundEffect()
995 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()
2079 private void playSoundEffect(int effectType, int volume) { in playSoundEffect()
/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.java814 final int effectType = EffectColor.TYPE_COLOR; in testPerformanceEffectOverlappingTransition() local