Home
last modified time | relevance | path

Searched defs:effectType (Results 1 – 9 of 9) 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.aidl131 oneway void playSoundEffect(int effectType); in playSoundEffect()
133 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
DAudioManager.java2226 public void playSoundEffect(int effectType) { in playSoundEffect()
2261 public void playSoundEffect(int effectType, int userId) { in playSoundEffect()
2297 public void playSoundEffect(int effectType, float volume) { in playSoundEffect()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp214 int32_t effectType = in initDecoder() local
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp335 int32_t effectType = mIntf->getDrcEffectType(); in initDecoder() local
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp889 int32_t effectType = mIntf->getDrcEffectType(); in initXAACDrc() local
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h468 int32_t effectType; member
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3476 public void playSoundEffect(int effectType) { in playSoundEffect()
3481 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()
5109 private String getSoundEffectFilePath(int effectType) { in getSoundEffectFilePath()
5272 private void onPlaySoundEffect(int effectType, int volume) { in onPlaySoundEffect()