Home
last modified time | relevance | path

Searched defs:playSoundEffect (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/companion/virtual/
DIVirtualDeviceManager.aidl106 void playSoundEffect(int deviceId, int effectType); in playSoundEffect() method
DVirtualDeviceManager.java319 public void playSoundEffect(int deviceId, @AudioManager.SystemSoundEffect int effectType) { in playSoundEffect() method in VirtualDeviceManager
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonView.java276 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in KeyButtonView
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonView.java363 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in KeyButtonView
/frameworks/base/services/core/java/com/android/server/audio/
DSoundEffectsHelper.java138 /*package*/ void playSoundEffect(int effect, int volume) { in playSoundEffect() method in SoundEffectsHelper
DAudioService.java6141 public void playSoundEffect(int effectType, int userId) { in playSoundEffect() method in AudioService
/frameworks/layoutlib/bridge/src/android/media/
DAudioManager.java281 public void playSoundEffect(int effectType) { } in playSoundEffect() method in AudioManager
283 public void playSoundEffect(int effectType, int userId) { } in playSoundEffect() method in AudioManager
285 public void playSoundEffect(int effectType, float volume) { } in playSoundEffect() method in AudioManager
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceManagerService.java459 public void playSoundEffect(int deviceId, int effectType) { in playSoundEffect() method in VirtualDeviceManagerService.VirtualDeviceManagerImpl
/frameworks/base/media/java/android/media/
DAudioManager.java3985 public void playSoundEffect(@SystemSoundEffect int effectType) { in playSoundEffect() method in AudioManager
3997 public void playSoundEffect(@SystemSoundEffect int effectType, int userId) { in playSoundEffect() method in AudioManager
4023 public void playSoundEffect(@SystemSoundEffect int effectType, float volume) { in playSoundEffect() method in AudioManager
DIAudioService.aidl206 oneway void playSoundEffect(int effectType, int userId); in playSoundEffect() method
/frameworks/base/core/java/android/view/
DView.java27603 public void playSoundEffect(@SoundEffectConstants.SoundEffect int soundConstant) { in playSoundEffect() method in View
30614 void playSoundEffect(int effectId); in playSoundEffect() method
DViewRootImpl.java8743 public void playSoundEffect(@SoundEffectConstants.SoundEffect int effectId) { in playSoundEffect() method in ViewRootImpl.TrackballAxis