Home
last modified time | relevance | path

Searched defs:onPlaySoundEffect (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/companion/virtual/
H A DIVirtualDeviceSoundEffectListener.aidl33 void onPlaySoundEffect(int effectType); in onPlaySoundEffect() method
H A DVirtualDeviceInternal.java454 public void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType) { in onPlaySoundEffect() method in VirtualDeviceInternal.SoundEffectListenerDelegate
H A DVirtualDeviceManager.java843 void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType); in onPlaySoundEffect() method
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DSoundEffectsHelper.java260 void onPlaySoundEffect(int effect, int volume) { in onPlaySoundEffect() method in SoundEffectsHelper