Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/benchmarks/
Dpreprocessing_benchmark.cpp178 int preProcCreateEffect(effect_handle_t* pEffectHandle, uint32_t effectType, in preProcCreateEffect()
229 PreProcId effectType = (PreProcId)state.range(1); in BM_PREPROCESSING() local
/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/services/audiopolicy/common/managerdefinitions/src/
DEffectDescriptor.cpp206 const effect_uuid_t *effectType) in getIoForSession()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp375 int32_t effectType = mIntf->getDrcEffectType(); in initDecoder() local
717 int32_t effectType = mIntf->getDrcEffectType(); in process() local
/frameworks/av/media/libeffects/preprocessing/tests/
DPreProcessingTest.cpp161 int preProcCreateEffect(effect_handle_t* pEffectHandle, uint32_t effectType, in preProcCreateEffect()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp216 int32_t effectType = in initDecoder() local
/frameworks/base/media/java/android/media/
DIAudioService.aidl152 oneway void playSoundEffect(int effectType); in playSoundEffect()
154 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
DAudioManager.java3483 public void playSoundEffect(@SystemSoundEffect int effectType) { in playSoundEffect()
3508 public void playSoundEffect(@SystemSoundEffect int effectType, int userId) { in playSoundEffect()
3534 public void playSoundEffect(@SystemSoundEffect int effectType, float volume) { in playSoundEffect()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp892 int32_t effectType = mIntf->getDrcEffectType(); in initXAACDrc() local
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp273 aidl::Effect effectType = static_cast<aidl::Effect>(effect); in vibratorPerformEffect() local
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h484 int32_t effectType; member
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java5002 public void playSoundEffect(int effectType) { in playSoundEffect()
5007 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()