Home
last modified time | relevance | path

Searched defs:effectType (Results 1 – 10 of 10) 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.aidl135 oneway void playSoundEffect(int effectType); in playSoundEffect()
137 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
DAudioManager.java2257 public void playSoundEffect(int effectType) { in playSoundEffect()
2292 public void playSoundEffect(int effectType, int userId) { in playSoundEffect()
2328 public void playSoundEffect(int effectType, float volume) { in playSoundEffect()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp214 int32_t effectType = in initDecoder() local
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp341 aidl::Effect effectType(static_cast<aidl::Effect>(effect)); in vibratorPerformEffect() 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.java3504 public void playSoundEffect(int effectType) { in playSoundEffect()
3509 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()