Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/examples/
DslesTestEffectCapabilities.cpp124 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.aidl98 oneway void playSoundEffect(int effectType); in playSoundEffect()
100 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
DAudioManager.java1880 public void playSoundEffect(int effectType) { in playSoundEffect()
1915 public void playSoundEffect(int effectType, int userId) { in playSoundEffect()
1951 public void playSoundEffect(int effectType, float volume) { in playSoundEffect()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2734 public void playSoundEffect(int effectType) { in playSoundEffect()
2739 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()
4858 private void onPlaySoundEffect(int effectType, int volume) { in onPlaySoundEffect()