Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/companion/virtual/
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/base/media/java/android/media/
DAudioManager.java3924 public @interface SystemSoundEffect {} annotation in AudioManager
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()