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/av/media/codec2/components/aac/
DC2SoftAacDec.cpp369 int32_t effectType = mIntf->getDrcEffectType(); in initDecoder() local
711 int32_t effectType = mIntf->getDrcEffectType(); in process() local
/frameworks/base/media/java/android/media/
DIAudioService.aidl145 oneway void playSoundEffect(int effectType); in playSoundEffect()
147 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
DAudioManager.java2596 public void playSoundEffect(int effectType) { in playSoundEffect()
2631 public void playSoundEffect(int effectType, int userId) { in playSoundEffect()
2667 public void playSoundEffect(int effectType, float volume) { in playSoundEffect()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp216 int32_t effectType = in initDecoder() local
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp363 aidl::Effect effectType(static_cast<aidl::Effect>(effect)); in vibratorPerformEffect() local
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp890 int32_t effectType = mIntf->getDrcEffectType(); in initXAACDrc() local
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h478 int32_t effectType; member
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4064 public void playSoundEffect(int effectType) { in playSoundEffect()
4069 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()