Home
last modified time | relevance | path

Searched defs:effectType (Results 1 – 5 of 5) 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.aidl90 oneway void playSoundEffect(int effectType); in playSoundEffect()
92 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
DAudioManager.java1903 public void playSoundEffect(int effectType) { in playSoundEffect()
1938 public void playSoundEffect(int effectType, int userId) { in playSoundEffect()
1974 public void playSoundEffect(int effectType, float volume) { in playSoundEffect()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2358 public void playSoundEffect(int effectType) { in playSoundEffect()
2363 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()
4262 private void onPlaySoundEffect(int effectType, int volume) { in onPlaySoundEffect()