Home
last modified time | relevance | path

Searched refs:SystemSoundEffect (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/companion/virtual/
H A DVirtualDeviceManager.java319 public void playSoundEffect(int deviceId, @AudioManager.SystemSoundEffect int effectType) { in playSoundEffect()
843 void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType); in onPlaySoundEffect()
H A DVirtualDeviceInternal.java454 public void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType) { in onPlaySoundEffect()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioManager.java3904 public @interface SystemSoundEffect {} annotation in AudioManager
3985 public void playSoundEffect(@SystemSoundEffect int effectType) { in playSoundEffect()
3997 public void playSoundEffect(@SystemSoundEffect int effectType, int userId) { in playSoundEffect()
4023 public void playSoundEffect(@SystemSoundEffect int effectType, float volume) { in playSoundEffect()
4049 private boolean delegateSoundEffectToVdm(@SystemSoundEffect int effectType) { in delegateSoundEffectToVdm()