/frameworks/base/core/java/android/companion/virtual/ |
D | IVirtualDeviceSoundEffectListener.aidl | 33 void onPlaySoundEffect(int effectType); in onPlaySoundEffect()
|
D | IVirtualDeviceManager.aidl | 129 void playSoundEffect(int deviceId, int effectType); in playSoundEffect()
|
D | VirtualDeviceManager.java | 514 public void playSoundEffect(int deviceId, @AudioManager.SystemSoundEffect int effectType) { in playSoundEffect() 1182 void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType); in onPlaySoundEffect()
|
D | VirtualDeviceInternal.java | 541 public void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType) { in onPlaySoundEffect()
|
/frameworks/av/media/libeffects/preprocessing/benchmarks/ |
D | preprocessing_benchmark.cpp | 178 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/ |
D | slesTestEffectCapabilities.cpp | 124 SLInterfaceID effectType, effectImplementation; in TestGenericFxCapabilities() local
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
D | EffectsTest.java | 158 public String effectUuidToString(UUID effectType) { in effectUuidToString()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 396 int32_t effectType = mIntf->getDrcEffectType(); in initDecoder() local 738 int32_t effectType = mIntf->getDrcEffectType(); in process() local
|
/frameworks/layoutlib/bridge/src/android/media/ |
D | AudioManager.java | 281 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/ |
D | PreProcessingTest.cpp | 161 int preProcCreateEffect(effect_handle_t* pEffectHandle, uint32_t effectType, in preProcCreateEffect()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 216 int32_t effectType = in initDecoder() local
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 892 int32_t effectType = mIntf->getDrcEffectType(); in initXAACDrc() local
|
/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
D | VirtualDeviceManagerService.java | 623 public void playSoundEffect(int deviceId, int effectType) { in playSoundEffect()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_vibrator_VibratorController.cpp | 285 aidl::Effect effectType = static_cast<aidl::Effect>(effect); in vibratorPerformEffect() local
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ACodec.h | 506 int32_t effectType; member
|
/frameworks/base/media/java/android/media/ |
D | IAudioService.aidl | 212 oneway void playSoundEffect(int effectType, int userId); in playSoundEffect() 214 oneway void playSoundEffectVolume(int effectType, float volume); in playSoundEffectVolume()
|
D | AudioManager.java | 4005 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/ |
D | AudioService.java | 6469 public void playSoundEffect(int effectType, int userId) { in playSoundEffect() 6484 public void playSoundEffectVolume(int effectType, float volume) { in playSoundEffectVolume()
|