Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/companion/virtual/
DIVirtualDeviceSoundEffectListener.aidl33 void onPlaySoundEffect(int effectType); in onPlaySoundEffect()
DIVirtualDeviceManager.aidl129 void playSoundEffect(int deviceId, int effectType); in playSoundEffect()
DVirtualDeviceManager.java514 public void playSoundEffect(int deviceId, @AudioManager.SystemSoundEffect int effectType) { in playSoundEffect()
1182 void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType); in onPlaySoundEffect()
DVirtualDeviceInternal.java541 public void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType) { in onPlaySoundEffect()
/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/media/codec2/components/aac/
DC2SoftAacDec.cpp396 int32_t effectType = mIntf->getDrcEffectType(); in initDecoder() local
738 int32_t effectType = mIntf->getDrcEffectType(); in process() local
/frameworks/layoutlib/bridge/src/android/media/
DAudioManager.java281 public void playSoundEffect(int effectType) { } in playSoundEffect()
283 public void playSoundEffect(int effectType, int userId) { } in playSoundEffect()
285 public void playSoundEffect(int effectType, float volume) { } in playSoundEffect()
/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/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp892 int32_t effectType = mIntf->getDrcEffectType(); in initXAACDrc() local
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceManagerService.java623 public void playSoundEffect(int deviceId, int effectType) { in playSoundEffect()
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp285 aidl::Effect effectType = static_cast<aidl::Effect>(effect); in vibratorPerformEffect() local
/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h506 int32_t effectType; member
/frameworks/base/media/java/android/media/
DIAudioService.aidl212 oneway void playSoundEffect(int effectType, int userId); in playSoundEffect()
214 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
DAudioManager.java4005 public void playSoundEffect(@SystemSoundEffect int effectType) { in playSoundEffect()
4017 public void playSoundEffect(@SystemSoundEffect int effectType, int userId) { in playSoundEffect()
4043 public void playSoundEffect(@SystemSoundEffect int effectType, float volume) { in playSoundEffect()
4069 private boolean delegateSoundEffectToVdm(@SystemSoundEffect int effectType) { in delegateSoundEffectToVdm()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java6469 public void playSoundEffect(int effectType, int userId) { in playSoundEffect()
6484 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()